#ff09ce
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
255, 9, 206
HSL
312°, 100%, 52%
CMYK
0, 97, 19, 0
Luminance
0.2591
Every format
| HEX | #ff09ce |
| RGB | rgb(255, 9, 206) |
| HSL | hsl(312, 100%, 52%) |
| CMYK | cmyk(0%, 97%, 19%, 0%) |
| LAB | lab(58.0 91.4 -37.0) |
| LCH | lch(58.0 98.6 338.0) |
| OKLCH | oklch(0.677 0.292 339.9) |
Copy-ready code
/* CSS */
color: #ff09ce;
background-color: #ff09ce;
/* Tailwind (arbitrary) */
class="text-[#ff09ce] bg-[#ff09ce]"
/* SCSS */
$brand: #ff09ce;
/* SwiftUI */
Color(red: 1.000, green: 0.035, blue: 0.808)
/* Android */
Color.parseColor("#ff09ce")Accessibility — WCAG contrast
Aa
#ff09ce on white: 3.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff09ce on black: 6.18:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green3.5%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta96.5%
Yellow19.2%
Key (black)0.0%
Color previews
#ff09ce text on a black background
contrast 6.18:1
Card sample
#ff09ce text on a white background
contrast 3.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff09ce;
Background color
Panel with #ff09ce background
background-color: #ff09ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff09ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 9, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 9, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff09ce; background: linear-gradient(135deg, #ff09ce, #FF092A);