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