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