#cb0bdf
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
203, 11, 223
HSL
294°, 91%, 46%
CMYK
9, 95, 0, 13
Luminance
0.1826
Every format
| HEX | #cb0bdf |
| RGB | rgb(203, 11, 223) |
| HSL | hsl(294, 91%, 46%) |
| CMYK | cmyk(9%, 95%, 0%, 13%) |
| LAB | lab(49.8 84.9 -60.2) |
| LCH | lch(49.8 104.0 324.6) |
| OKLCH | oklch(0.606 0.282 323.2) |
Copy-ready code
/* CSS */
color: #cb0bdf;
background-color: #cb0bdf;
/* Tailwind (arbitrary) */
class="text-[#cb0bdf] bg-[#cb0bdf]"
/* SCSS */
$brand: #cb0bdf;
/* SwiftUI */
Color(red: 0.796, green: 0.043, blue: 0.875)
/* Android */
Color.parseColor("#cb0bdf")Accessibility — WCAG contrast
Aa
#cb0bdf on white: 4.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cb0bdf on black: 4.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green4.3%
Blue87.5%
CMYK percentages
Cyan9.0%
Magenta95.1%
Yellow0.0%
Key (black)12.5%
Color previews
#cb0bdf text on a black background
contrast 4.65:1
Card sample
#cb0bdf text on a white background
contrast 4.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb0bdf;
Background color
Panel with #cb0bdf background
background-color: #cb0bdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb0bdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 11, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 11, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb0bdf; background: linear-gradient(135deg, #cb0bdf, #DF0B66);