#FF1493 color codes
- HEX
- #FF1493
- HEX8
- #FF1493FF
- HEX8 (Android)
- #FFFF1493
- RGB
- rgb(255, 20, 147)
- RGB (%)
- 100%, 8%, 58%
- HSL
- hsl(328, 100%, 54%)
- HSV / HSB
- hsv(328, 92%, 100%)
- CMYK
- cmyk(0%, 92%, 42%, 0%)
- OKLCH
- oklch(0.6549 0.2613 356.94)
- OKLCH (%)
- oklch(65.49% 0.2613 356.94)
- Decimal
- 16716947
What color is #FF1493?
#FF1493 sits at 65% lightness and 0.2613 chroma in OKLCH, hue 356.94°. Its nearest named color is DeepPink (an exact match).
Shades and tints of #FF1493
Tints
Shades
Tones
#FF1493 color harmonies
Complementary
Analogous
Triadic
Split-complementary
Tetradic
Square
Monochromatic
Using #FF1493 in CSS
.text { color: #FF1493; }
.background { background-color: #FF1493; }
.border { border: 2px solid #FF1493; }
/* Modern, perceptually uniform */
.text { color: oklch(0.6549 0.2613 356.94); }
/* #FF1493 at 50% transparency */
.overlay { background-color: #FF149380; }Is #FF1493 accessible?
#FF1493 on white text scores 3.64:1; on black text it scores 5.77:1. Black text passes WCAG AA for normal text on #FF1493. Recommended text color on a #FF1493 background: black.
A 5.77:1 vs black
A 3.64:1 vs white
- AA normal ≥ 4.5 Pass
- AA large ≥ 3 Pass
- AAA normal ≥ 7 Fail
- AAA large ≥ 4.5 Pass
Recommended text color: black
CSS
contrast-color() contrast-color(#FF1493) → black APCA Lc experimental 67 Lc · large / secondary text (white text)
WCAG 2.1 AA/AAA is the compliance floor; APCA is an optional readability metric.
Related colors
Nearest featured color: Pink #FFC0CB. See more in the pink family on the colors hub.
Frequently asked questions
- What color is #FF1493?
- #FF1493 is DeepPink. In RGB it is rgb(255, 20, 147), and in HSL hsl(328, 100%, 54%).
- What is #FF1493 in RGB?
- #FF1493 converts to rgb(255, 20, 147) — red 255, green 20, blue 147.
- What text color is readable on #FF1493?
- Black text — it has the higher contrast ratio (5.77:1) against #FF1493. Black text passes WCAG AA for normal text on #FF1493.