#cb7eee
a light, electric violet · warm · closest name: violet
RGB
203, 126, 238
HSL
281°, 77%, 71%
CMYK
15, 47, 0, 7
Luminance
0.3379
Every format
| HEX | #cb7eee |
| RGB | rgb(203, 126, 238) |
| HSL | hsl(281, 77%, 71%) |
| CMYK | cmyk(15%, 47%, 0%, 7%) |
| LAB | lab(64.8 48.6 -44.8) |
| LCH | lch(64.8 66.1 317.3) |
| OKLCH | oklch(0.717 0.174 314.4) |
Copy-ready code
/* CSS */
color: #cb7eee;
background-color: #cb7eee;
/* Tailwind (arbitrary) */
class="text-[#cb7eee] bg-[#cb7eee]"
/* SCSS */
$brand: #cb7eee;
/* SwiftUI */
Color(red: 0.796, green: 0.494, blue: 0.933)
/* Android */
Color.parseColor("#cb7eee")Accessibility — WCAG contrast
Aa
#cb7eee on white: 2.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cb7eee on black: 7.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green49.4%
Blue93.3%
CMYK percentages
Cyan14.7%
Magenta47.1%
Yellow0.0%
Key (black)6.7%
Color previews
#cb7eee text on a black background
contrast 7.76:1
Card sample
#cb7eee text on a white background
contrast 2.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb7eee;
Background color
Panel with #cb7eee background
background-color: #cb7eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb7eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 126, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 126, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb7eee; background: linear-gradient(135deg, #cb7eee, #EE7EC6);