#cbacee
a light, vivid violet · warm · closest name: plum
RGB
203, 172, 238
HSL
268°, 66%, 80%
CMYK
15, 28, 0, 7
Luminance
0.4837
Every format
| HEX | #cbacee |
| RGB | rgb(203, 172, 238) |
| HSL | hsl(268, 66%, 80%) |
| CMYK | cmyk(15%, 28%, 0%, 7%) |
| LAB | lab(75.1 23.7 -28.8) |
| LCH | lch(75.1 37.3 309.4) |
| OKLCH | oklch(0.794 0.097 305.7) |
Copy-ready code
/* CSS */
color: #cbacee;
background-color: #cbacee;
/* Tailwind (arbitrary) */
class="text-[#cbacee] bg-[#cbacee]"
/* SCSS */
$brand: #cbacee;
/* SwiftUI */
Color(red: 0.796, green: 0.675, blue: 0.933)
/* Android */
Color.parseColor("#cbacee")Accessibility — WCAG contrast
Aa
#cbacee on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbacee on black: 10.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green67.5%
Blue93.3%
CMYK percentages
Cyan14.7%
Magenta27.7%
Yellow0.0%
Key (black)6.7%
Color previews
#cbacee text on a black background
contrast 10.67:1
Card sample
#cbacee text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbacee;
Background color
Panel with #cbacee background
background-color: #cbacee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbacee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 172, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 172, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbacee; background: linear-gradient(135deg, #cbacee, #EEACE5);