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