#cb5eee
a light, electric violet · warm · closest name: violet
RGB
203, 94, 238
HSL
285°, 81%, 65%
CMYK
15, 61, 0, 7
Luminance
0.2687
Every format
| HEX | #cb5eee |
| RGB | rgb(203, 94, 238) |
| HSL | hsl(285, 81%, 65%) |
| CMYK | cmyk(15%, 61%, 0%, 7%) |
| LAB | lab(58.9 64.3 -54.2) |
| LCH | lch(58.9 84.1 319.9) |
| OKLCH | oklch(0.673 0.223 317.1) |
Copy-ready code
/* CSS */
color: #cb5eee;
background-color: #cb5eee;
/* Tailwind (arbitrary) */
class="text-[#cb5eee] bg-[#cb5eee]"
/* SCSS */
$brand: #cb5eee;
/* SwiftUI */
Color(red: 0.796, green: 0.369, blue: 0.933)
/* Android */
Color.parseColor("#cb5eee")Accessibility — WCAG contrast
Aa
#cb5eee on white: 3.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cb5eee on black: 6.37:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green36.9%
Blue93.3%
CMYK percentages
Cyan14.7%
Magenta60.5%
Yellow0.0%
Key (black)6.7%
Color previews
#cb5eee text on a black background
contrast 6.37:1
Card sample
#cb5eee text on a white background
contrast 3.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb5eee;
Background color
Panel with #cb5eee background
background-color: #cb5eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb5eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 94, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 94, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb5eee; background: linear-gradient(135deg, #cb5eee, #EE5EB1);