#FF0080 color codes
- HEX
- #FF0080
- HEX8
- #FF0080FF
- HEX8 (Android)
- #FFFF0080
- RGB
- rgb(255, 0, 128)
- RGB (%)
- 100%, 0%, 50%
- HSL
- hsl(330, 100%, 50%)
- HSV / HSB
- hsv(330, 100%, 100%)
- CMYK
- cmyk(0%, 100%, 50%, 0%)
- OKLCH
- oklch(0.6453 0.2603 2.47)
- OKLCH (%)
- oklch(64.53% 0.2603 2.47)
- Decimal
- 16711808
What color is #FF0080?
#FF0080 sits at 65% lightness and 0.2603 chroma in OKLCH, hue 2.47°. Its nearest named color is DeepPink.
Shades and tints of #FF0080
Tints
Shades
Tones
#FF0080 color harmonies
Complementary
Analogous
Triadic
Split-complementary
Tetradic
Square
Monochromatic
Using #FF0080 in CSS
.text { color: #FF0080; }
.background { background-color: #FF0080; }
.border { border: 2px solid #FF0080; }
/* Modern, perceptually uniform */
.text { color: oklch(0.6453 0.2603 2.47); }
/* #FF0080 at 50% transparency */
.overlay { background-color: #FF008080; }Is #FF0080 accessible?
#FF0080 on white text scores 3.77:1; on black text it scores 5.56:1. Black text passes WCAG AA for normal text on #FF0080. Recommended text color on a #FF0080 background: black.
A 5.56:1 vs black
A 3.77: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(#FF0080) → black APCA Lc experimental 67.9 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 #FF0080?
- #FF0080 is closest to DeepPink. In RGB it is rgb(255, 0, 128), and in HSL hsl(330, 100%, 50%).
- What is #FF0080 in RGB?
- #FF0080 converts to rgb(255, 0, 128) — red 255, green 0, blue 128.
- What text color is readable on #FF0080?
- Black text — it has the higher contrast ratio (5.56:1) against #FF0080. Black text passes WCAG AA for normal text on #FF0080.