#cb0fda
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
203, 15, 218
HSL
296°, 87%, 46%
CMYK
7, 93, 0, 15
Luminance
0.1810
Every format
| HEX | #cb0fda |
| RGB | rgb(203, 15, 218) |
| HSL | hsl(296, 87%, 46%) |
| CMYK | cmyk(7%, 93%, 0%, 15%) |
| LAB | lab(49.6 83.7 -57.7) |
| LCH | lch(49.6 101.7 325.4) |
| OKLCH | oklch(0.603 0.278 324.5) |
Copy-ready code
/* CSS */
color: #cb0fda;
background-color: #cb0fda;
/* Tailwind (arbitrary) */
class="text-[#cb0fda] bg-[#cb0fda]"
/* SCSS */
$brand: #cb0fda;
/* SwiftUI */
Color(red: 0.796, green: 0.059, blue: 0.855)
/* Android */
Color.parseColor("#cb0fda")Accessibility — WCAG contrast
Aa
#cb0fda on white: 4.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cb0fda on black: 4.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green5.9%
Blue85.5%
CMYK percentages
Cyan6.9%
Magenta93.1%
Yellow0.0%
Key (black)14.5%
Color previews
#cb0fda text on a black background
contrast 4.62:1
Card sample
#cb0fda text on a white background
contrast 4.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb0fda;
Background color
Panel with #cb0fda background
background-color: #cb0fda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb0fda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 15, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 15, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb0fda; background: linear-gradient(135deg, #cb0fda, #DA0F62);