#ff09cb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
255, 9, 203
HSL
313°, 100%, 52%
CMYK
0, 97, 20, 0
Luminance
0.2577
Every format
| HEX | #ff09cb |
| RGB | rgb(255, 9, 203) |
| HSL | hsl(313, 100%, 52%) |
| CMYK | cmyk(0%, 97%, 20%, 0%) |
| LAB | lab(57.8 91.1 -35.5) |
| LCH | lch(57.8 97.7 338.7) |
| OKLCH | oklch(0.675 0.290 340.7) |
Copy-ready code
/* CSS */
color: #ff09cb;
background-color: #ff09cb;
/* Tailwind (arbitrary) */
class="text-[#ff09cb] bg-[#ff09cb]"
/* SCSS */
$brand: #ff09cb;
/* SwiftUI */
Color(red: 1.000, green: 0.035, blue: 0.796)
/* Android */
Color.parseColor("#ff09cb")Accessibility — WCAG contrast
Aa
#ff09cb on white: 3.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff09cb on black: 6.15:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green3.5%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta96.5%
Yellow20.4%
Key (black)0.0%
Color previews
#ff09cb text on a black background
contrast 6.15:1
Card sample
#ff09cb text on a white background
contrast 3.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff09cb;
Background color
Panel with #ff09cb background
background-color: #ff09cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff09cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 9, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 9, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff09cb; background: linear-gradient(135deg, #ff09cb, #FF0927);