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