#cf02db
a dark, electric magenta / pink · warm · closest name: magenta
RGB
207, 2, 219
HSL
297°, 98%, 43%
CMYK
6, 99, 0, 14
Luminance
0.1842
Every format
| HEX | #cf02db |
| RGB | rgb(207, 2, 219) |
| HSL | hsl(297, 98%, 43%) |
| CMYK | cmyk(6%, 99%, 0%, 14%) |
| LAB | lab(50.0 85.6 -57.6) |
| LCH | lch(50.0 103.1 326.1) |
| OKLCH | oklch(0.608 0.283 325.3) |
Copy-ready code
/* CSS */
color: #cf02db;
background-color: #cf02db;
/* Tailwind (arbitrary) */
class="text-[#cf02db] bg-[#cf02db]"
/* SCSS */
$brand: #cf02db;
/* SwiftUI */
Color(red: 0.812, green: 0.008, blue: 0.859)
/* Android */
Color.parseColor("#cf02db")Accessibility — WCAG contrast
Aa
#cf02db on white: 4.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf02db on black: 4.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green0.8%
Blue85.9%
CMYK percentages
Cyan5.5%
Magenta99.1%
Yellow0.0%
Key (black)14.1%
Color previews
#cf02db text on a black background
contrast 4.68:1
Card sample
#cf02db text on a white background
contrast 4.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf02db;
Background color
Panel with #cf02db background
background-color: #cf02db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf02db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 2, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 2, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf02db; background: linear-gradient(135deg, #cf02db, #DB0256);