#ff00cf
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
255, 0, 207
HSL
311°, 100%, 50%
CMYK
0, 100, 19, 0
Luminance
0.2576
Every format
| HEX | #ff00cf |
| RGB | rgb(255, 0, 207) |
| HSL | hsl(311, 100%, 50%) |
| CMYK | cmyk(0%, 100%, 19%, 0%) |
| LAB | lab(57.8 92.1 -37.8) |
| LCH | lch(57.8 99.5 337.7) |
| OKLCH | oklch(0.676 0.294 339.6) |
Copy-ready code
/* CSS */
color: #ff00cf;
background-color: #ff00cf;
/* Tailwind (arbitrary) */
class="text-[#ff00cf] bg-[#ff00cf]"
/* SCSS */
$brand: #ff00cf;
/* SwiftUI */
Color(red: 1.000, green: 0.000, blue: 0.812)
/* Android */
Color.parseColor("#ff00cf")Accessibility — WCAG contrast
Aa
#ff00cf on white: 3.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff00cf on black: 6.15:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green0.0%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow18.8%
Key (black)0.0%
Color previews
#ff00cf text on a black background
contrast 6.15:1
Card sample
#ff00cf text on a white background
contrast 3.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff00cf;
Background color
Panel with #ff00cf background
background-color: #ff00cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff00cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 0, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 0, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff00cf; background: linear-gradient(135deg, #ff00cf, #FF0025);