#cf08bc
a dark, electric magenta / pink · warm · closest name: magenta
RGB
207, 8, 188
HSL
306°, 93%, 42%
CMYK
0, 96, 9, 19
Luminance
0.1707
Every format
| HEX | #cf08bc |
| RGB | rgb(207, 8, 188) |
| HSL | hsl(306, 93%, 42%) |
| CMYK | cmyk(0%, 96%, 9%, 19%) |
| LAB | lab(48.4 80.7 -42.3) |
| LCH | lch(48.4 91.1 332.3) |
| OKLCH | oklch(0.590 0.261 333.5) |
Copy-ready code
/* CSS */
color: #cf08bc;
background-color: #cf08bc;
/* Tailwind (arbitrary) */
class="text-[#cf08bc] bg-[#cf08bc]"
/* SCSS */
$brand: #cf08bc;
/* SwiftUI */
Color(red: 0.812, green: 0.031, blue: 0.737)
/* Android */
Color.parseColor("#cf08bc")Accessibility — WCAG contrast
Aa
#cf08bc on white: 4.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf08bc on black: 4.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green3.1%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta96.1%
Yellow9.2%
Key (black)18.8%
Color previews
#cf08bc text on a black background
contrast 4.41:1
Card sample
#cf08bc text on a white background
contrast 4.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf08bc;
Background color
Panel with #cf08bc background
background-color: #cf08bc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf08bc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 8, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 8, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf08bc; background: linear-gradient(135deg, #cf08bc, #CF0837);