#cf05d2
a dark, electric magenta / pink · warm · closest name: magenta
RGB
207, 5, 210
HSL
299°, 95%, 42%
CMYK
1, 98, 0, 18
Luminance
0.1803
Every format
| HEX | #cf05d2 |
| RGB | rgb(207, 5, 210) |
| HSL | hsl(299, 95%, 42%) |
| CMYK | cmyk(1%, 98%, 0%, 18%) |
| LAB | lab(49.5 84.0 -53.2) |
| LCH | lch(49.5 99.4 327.6) |
| OKLCH | oklch(0.602 0.276 327.6) |
Copy-ready code
/* CSS */
color: #cf05d2;
background-color: #cf05d2;
/* Tailwind (arbitrary) */
class="text-[#cf05d2] bg-[#cf05d2]"
/* SCSS */
$brand: #cf05d2;
/* SwiftUI */
Color(red: 0.812, green: 0.020, blue: 0.824)
/* Android */
Color.parseColor("#cf05d2")Accessibility — WCAG contrast
Aa
#cf05d2 on white: 4.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf05d2 on black: 4.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green2.0%
Blue82.4%
CMYK percentages
Cyan1.4%
Magenta97.6%
Yellow0.0%
Key (black)17.6%
Color previews
#cf05d2 text on a black background
contrast 4.61:1
Card sample
#cf05d2 text on a white background
contrast 4.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf05d2;
Background color
Panel with #cf05d2 background
background-color: #cf05d2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf05d2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 5, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 5, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf05d2; background: linear-gradient(135deg, #cf05d2, #D2054D);