#cb0fd4
a dark, electric magenta / pink · warm · closest name: magenta
RGB
203, 15, 212
HSL
297°, 87%, 45%
CMYK
4, 93, 0, 17
Luminance
0.1779
Every format
| HEX | #cb0fd4 |
| RGB | rgb(203, 15, 212) |
| HSL | hsl(297, 87%, 45%) |
| CMYK | cmyk(4%, 93%, 0%, 17%) |
| LAB | lab(49.3 82.8 -54.9) |
| LCH | lch(49.3 99.3 326.5) |
| OKLCH | oklch(0.599 0.274 326.0) |
Copy-ready code
/* CSS */
color: #cb0fd4;
background-color: #cb0fd4;
/* Tailwind (arbitrary) */
class="text-[#cb0fd4] bg-[#cb0fd4]"
/* SCSS */
$brand: #cb0fd4;
/* SwiftUI */
Color(red: 0.796, green: 0.059, blue: 0.831)
/* Android */
Color.parseColor("#cb0fd4")Accessibility — WCAG contrast
Aa
#cb0fd4 on white: 4.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cb0fd4 on black: 4.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green5.9%
Blue83.1%
CMYK percentages
Cyan4.2%
Magenta92.9%
Yellow0.0%
Key (black)16.9%
Color previews
#cb0fd4 text on a black background
contrast 4.56:1
Card sample
#cb0fd4 text on a white background
contrast 4.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb0fd4;
Background color
Panel with #cb0fd4 background
background-color: #cb0fd4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb0fd4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 15, 212, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 15, 212, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb0fd4; background: linear-gradient(135deg, #cb0fd4, #D40F5A);