#cf00b2
a dark, electric magenta / pink · warm · closest name: purple
RGB
207, 0, 178
HSL
308°, 100%, 41%
CMYK
0, 100, 14, 19
Luminance
0.1648
Every format
| HEX | #cf00b2 |
| RGB | rgb(207, 0, 178) |
| HSL | hsl(308, 100%, 41%) |
| CMYK | cmyk(0%, 100%, 14%, 19%) |
| LAB | lab(47.6 80.0 -37.7) |
| LCH | lch(47.6 88.4 334.8) |
| OKLCH | oklch(0.583 0.258 336.4) |
Copy-ready code
/* CSS */
color: #cf00b2;
background-color: #cf00b2;
/* Tailwind (arbitrary) */
class="text-[#cf00b2] bg-[#cf00b2]"
/* SCSS */
$brand: #cf00b2;
/* SwiftUI */
Color(red: 0.812, green: 0.000, blue: 0.698)
/* Android */
Color.parseColor("#cf00b2")Accessibility — WCAG contrast
Aa
#cf00b2 on white: 4.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf00b2 on black: 4.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green0.0%
Blue69.8%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow14.0%
Key (black)18.8%
Color previews
#cf00b2 text on a black background
contrast 4.30:1
Card sample
#cf00b2 text on a white background
contrast 4.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf00b2;
Background color
Panel with #cf00b2 background
background-color: #cf00b2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf00b2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 0, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 0, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf00b2; background: linear-gradient(135deg, #cf00b2, #CF0028);