#cb03df
a dark, electric magenta / pink · warm · closest name: magenta
RGB
203, 3, 223
HSL
295°, 97%, 44%
CMYK
9, 99, 0, 13
Luminance
0.1809
Every format
| HEX | #cb03df |
| RGB | rgb(203, 3, 223) |
| HSL | hsl(295, 97%, 44%) |
| CMYK | cmyk(9%, 99%, 0%, 13%) |
| LAB | lab(49.6 85.5 -60.5) |
| LCH | lch(49.6 104.8 324.7) |
| OKLCH | oklch(0.604 0.284 323.3) |
Copy-ready code
/* CSS */
color: #cb03df;
background-color: #cb03df;
/* Tailwind (arbitrary) */
class="text-[#cb03df] bg-[#cb03df]"
/* SCSS */
$brand: #cb03df;
/* SwiftUI */
Color(red: 0.796, green: 0.012, blue: 0.875)
/* Android */
Color.parseColor("#cb03df")Accessibility — WCAG contrast
Aa
#cb03df on white: 4.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cb03df on black: 4.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green1.2%
Blue87.5%
CMYK percentages
Cyan9.0%
Magenta98.7%
Yellow0.0%
Key (black)12.5%
Color previews
#cb03df text on a black background
contrast 4.62:1
Card sample
#cb03df text on a white background
contrast 4.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb03df;
Background color
Panel with #cb03df background
background-color: #cb03df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb03df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 3, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 3, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb03df; background: linear-gradient(135deg, #cb03df, #DF0360);