#ccbeee
a light, vivid violet · warm · closest name: plum
RGB
204, 190, 238
HSL
258°, 59%, 84%
CMYK
14, 20, 0, 7
Luminance
0.5584
Every format
| HEX | #ccbeee |
| RGB | rgb(204, 190, 238) |
| HSL | hsl(258, 59%, 84%) |
| CMYK | cmyk(14%, 20%, 0%, 7%) |
| LAB | lab(79.5 14.2 -22.0) |
| LCH | lch(79.5 26.2 302.8) |
| OKLCH | oklch(0.829 0.068 298.3) |
Copy-ready code
/* CSS */
color: #ccbeee;
background-color: #ccbeee;
/* Tailwind (arbitrary) */
class="text-[#ccbeee] bg-[#ccbeee]"
/* SCSS */
$brand: #ccbeee;
/* SwiftUI */
Color(red: 0.800, green: 0.745, blue: 0.933)
/* Android */
Color.parseColor("#ccbeee")Accessibility — WCAG contrast
Aa
#ccbeee on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccbeee on black: 12.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green74.5%
Blue93.3%
CMYK percentages
Cyan14.3%
Magenta20.2%
Yellow0.0%
Key (black)6.7%
Color previews
#ccbeee text on a black background
contrast 12.17:1
Card sample
#ccbeee text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccbeee;
Background color
Panel with #ccbeee background
background-color: #ccbeee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccbeee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 190, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 190, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccbeee; background: linear-gradient(135deg, #ccbeee, #ECBEEE);