#cbaef1
a light, vivid violet · warm · closest name: plum
RGB
203, 174, 241
HSL
266°, 71%, 81%
CMYK
16, 28, 0, 6
Luminance
0.4932
Every format
| HEX | #cbaef1 |
| RGB | rgb(203, 174, 241) |
| HSL | hsl(266, 71%, 81%) |
| CMYK | cmyk(16%, 28%, 0%, 6%) |
| LAB | lab(75.7 23.2 -29.5) |
| LCH | lch(75.7 37.6 308.2) |
| OKLCH | oklch(0.799 0.098 304.1) |
Copy-ready code
/* CSS */
color: #cbaef1;
background-color: #cbaef1;
/* Tailwind (arbitrary) */
class="text-[#cbaef1] bg-[#cbaef1]"
/* SCSS */
$brand: #cbaef1;
/* SwiftUI */
Color(red: 0.796, green: 0.682, blue: 0.945)
/* Android */
Color.parseColor("#cbaef1")Accessibility — WCAG contrast
Aa
#cbaef1 on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbaef1 on black: 10.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green68.2%
Blue94.5%
CMYK percentages
Cyan15.8%
Magenta27.8%
Yellow0.0%
Key (black)5.5%
Color previews
#cbaef1 text on a black background
contrast 10.86:1
Card sample
#cbaef1 text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbaef1;
Background color
Panel with #cbaef1 background
background-color: #cbaef1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbaef1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 174, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 174, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbaef1; background: linear-gradient(135deg, #cbaef1, #F1AEEA);