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