#cb9eee
a light, vivid violet · warm · closest name: plum
RGB
203, 158, 238
HSL
274°, 70%, 78%
CMYK
15, 34, 0, 7
Luminance
0.4332
Every format
| HEX | #cb9eee |
| RGB | rgb(203, 158, 238) |
| HSL | hsl(274, 70%, 78%) |
| CMYK | cmyk(15%, 34%, 0%, 7%) |
| LAB | lab(71.8 31.4 -33.9) |
| LCH | lch(71.8 46.2 312.8) |
| OKLCH | oklch(0.769 0.121 309.5) |
Copy-ready code
/* CSS */
color: #cb9eee;
background-color: #cb9eee;
/* Tailwind (arbitrary) */
class="text-[#cb9eee] bg-[#cb9eee]"
/* SCSS */
$brand: #cb9eee;
/* SwiftUI */
Color(red: 0.796, green: 0.620, blue: 0.933)
/* Android */
Color.parseColor("#cb9eee")Accessibility — WCAG contrast
Aa
#cb9eee on white: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cb9eee on black: 9.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green62.0%
Blue93.3%
CMYK percentages
Cyan14.7%
Magenta33.6%
Yellow0.0%
Key (black)6.7%
Color previews
#cb9eee text on a black background
contrast 9.66:1
Card sample
#cb9eee text on a white background
contrast 2.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb9eee;
Background color
Panel with #cb9eee background
background-color: #cb9eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb9eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 158, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 158, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb9eee; background: linear-gradient(135deg, #cb9eee, #EE9EDC);