#cb0fd2
a dark, electric magenta / pink · warm · closest name: magenta
RGB
203, 15, 210
HSL
298°, 87%, 44%
CMYK
3, 93, 0, 18
Luminance
0.1769
Every format
| HEX | #cb0fd2 |
| RGB | rgb(203, 15, 210) |
| HSL | hsl(298, 87%, 44%) |
| CMYK | cmyk(3%, 93%, 0%, 18%) |
| LAB | lab(49.1 82.5 -53.9) |
| LCH | lch(49.1 98.5 326.8) |
| OKLCH | oklch(0.598 0.272 326.5) |
Copy-ready code
/* CSS */
color: #cb0fd2;
background-color: #cb0fd2;
/* Tailwind (arbitrary) */
class="text-[#cb0fd2] bg-[#cb0fd2]"
/* SCSS */
$brand: #cb0fd2;
/* SwiftUI */
Color(red: 0.796, green: 0.059, blue: 0.824)
/* Android */
Color.parseColor("#cb0fd2")Accessibility — WCAG contrast
Aa
#cb0fd2 on white: 4.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cb0fd2 on black: 4.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green5.9%
Blue82.4%
CMYK percentages
Cyan3.3%
Magenta92.9%
Yellow0.0%
Key (black)17.6%
Color previews
#cb0fd2 text on a black background
contrast 4.54:1
Card sample
#cb0fd2 text on a white background
contrast 4.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb0fd2;
Background color
Panel with #cb0fd2 background
background-color: #cb0fd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb0fd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 15, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 15, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb0fd2; background: linear-gradient(135deg, #cb0fd2, #D20F57);