#cb0ade
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
203, 10, 222
HSL
295°, 91%, 46%
CMYK
9, 96, 0, 13
Luminance
0.1819
Every format
| HEX | #cb0ade |
| RGB | rgb(203, 10, 222) |
| HSL | hsl(295, 91%, 46%) |
| CMYK | cmyk(9%, 96%, 0%, 13%) |
| LAB | lab(49.7 84.8 -59.8) |
| LCH | lch(49.7 103.8 324.8) |
| OKLCH | oklch(0.605 0.282 323.5) |
Copy-ready code
/* CSS */
color: #cb0ade;
background-color: #cb0ade;
/* Tailwind (arbitrary) */
class="text-[#cb0ade] bg-[#cb0ade]"
/* SCSS */
$brand: #cb0ade;
/* SwiftUI */
Color(red: 0.796, green: 0.039, blue: 0.871)
/* Android */
Color.parseColor("#cb0ade")Accessibility — WCAG contrast
Aa
#cb0ade on white: 4.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cb0ade on black: 4.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green3.9%
Blue87.1%
CMYK percentages
Cyan8.6%
Magenta95.5%
Yellow0.0%
Key (black)12.9%
Color previews
#cb0ade text on a black background
contrast 4.64:1
Card sample
#cb0ade text on a white background
contrast 4.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb0ade;
Background color
Panel with #cb0ade background
background-color: #cb0ade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb0ade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 10, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 10, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb0ade; background: linear-gradient(135deg, #cb0ade, #DE0A64);