#cb0fd7
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
203, 15, 215
HSL
296°, 87%, 45%
CMYK
6, 93, 0, 16
Luminance
0.1794
Every format
| HEX | #cb0fd7 |
| RGB | rgb(203, 15, 215) |
| HSL | hsl(296, 87%, 45%) |
| CMYK | cmyk(6%, 93%, 0%, 16%) |
| LAB | lab(49.4 83.3 -56.3) |
| LCH | lch(49.4 100.5 325.9) |
| OKLCH | oklch(0.601 0.276 325.2) |
Copy-ready code
/* CSS */
color: #cb0fd7;
background-color: #cb0fd7;
/* Tailwind (arbitrary) */
class="text-[#cb0fd7] bg-[#cb0fd7]"
/* SCSS */
$brand: #cb0fd7;
/* SwiftUI */
Color(red: 0.796, green: 0.059, blue: 0.843)
/* Android */
Color.parseColor("#cb0fd7")Accessibility — WCAG contrast
Aa
#cb0fd7 on white: 4.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cb0fd7 on black: 4.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green5.9%
Blue84.3%
CMYK percentages
Cyan5.6%
Magenta93.0%
Yellow0.0%
Key (black)15.7%
Color previews
#cb0fd7 text on a black background
contrast 4.59:1
Card sample
#cb0fd7 text on a white background
contrast 4.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb0fd7;
Background color
Panel with #cb0fd7 background
background-color: #cb0fd7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb0fd7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 15, 215, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 15, 215, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb0fd7; background: linear-gradient(135deg, #cb0fd7, #D70F5E);