#cb0fdf
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
203, 15, 223
HSL
294°, 87%, 47%
CMYK
9, 93, 0, 13
Luminance
0.1837
Every format
| HEX | #cb0fdf |
| RGB | rgb(203, 15, 223) |
| HSL | hsl(294, 87%, 47%) |
| CMYK | cmyk(9%, 93%, 0%, 13%) |
| LAB | lab(49.9 84.5 -60.0) |
| LCH | lch(49.9 103.7 324.6) |
| OKLCH | oklch(0.607 0.281 323.2) |
Copy-ready code
/* CSS */
color: #cb0fdf;
background-color: #cb0fdf;
/* Tailwind (arbitrary) */
class="text-[#cb0fdf] bg-[#cb0fdf]"
/* SCSS */
$brand: #cb0fdf;
/* SwiftUI */
Color(red: 0.796, green: 0.059, blue: 0.875)
/* Android */
Color.parseColor("#cb0fdf")Accessibility — WCAG contrast
Aa
#cb0fdf on white: 4.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cb0fdf on black: 4.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green5.9%
Blue87.5%
CMYK percentages
Cyan9.0%
Magenta93.3%
Yellow0.0%
Key (black)12.5%
Color previews
#cb0fdf text on a black background
contrast 4.67:1
Card sample
#cb0fdf text on a white background
contrast 4.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb0fdf;
Background color
Panel with #cb0fdf background
background-color: #cb0fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb0fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 15, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 15, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb0fdf; background: linear-gradient(135deg, #cb0fdf, #DF0F69);