#cb2ff9
a balanced, electric violet · warm · closest name: magenta
RGB
203, 47, 249
HSL
286°, 94%, 58%
CMYK
19, 81, 0, 2
Luminance
0.2157
Every format
| HEX | #cb2ff9 |
| RGB | rgb(203, 47, 249) |
| HSL | hsl(286, 94%, 58%) |
| CMYK | cmyk(19%, 81%, 0%, 2%) |
| LAB | lab(53.6 83.2 -68.8) |
| LCH | lch(53.6 108.0 320.4) |
| OKLCH | oklch(0.637 0.283 316.7) |
Copy-ready code
/* CSS */
color: #cb2ff9;
background-color: #cb2ff9;
/* Tailwind (arbitrary) */
class="text-[#cb2ff9] bg-[#cb2ff9]"
/* SCSS */
$brand: #cb2ff9;
/* SwiftUI */
Color(red: 0.796, green: 0.184, blue: 0.976)
/* Android */
Color.parseColor("#cb2ff9")Accessibility — WCAG contrast
Aa
#cb2ff9 on white: 3.95:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cb2ff9 on black: 5.31:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green18.4%
Blue97.6%
CMYK percentages
Cyan18.5%
Magenta81.1%
Yellow0.0%
Key (black)2.4%
Color previews
#cb2ff9 text on a black background
contrast 5.31:1
Card sample
#cb2ff9 text on a white background
contrast 3.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb2ff9;
Background color
Panel with #cb2ff9 background
background-color: #cb2ff9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb2ff9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 47, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 47, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb2ff9; background: linear-gradient(135deg, #cb2ff9, #F92FA0);