#cbaeef
a light, vivid violet · warm · closest name: plum
RGB
203, 174, 239
HSL
267°, 67%, 81%
CMYK
15, 27, 0, 6
Luminance
0.4920
Every format
| HEX | #cbaeef |
| RGB | rgb(203, 174, 239) |
| HSL | hsl(267, 67%, 81%) |
| CMYK | cmyk(15%, 27%, 0%, 6%) |
| LAB | lab(75.6 22.8 -28.6) |
| LCH | lch(75.6 36.5 308.6) |
| OKLCH | oklch(0.798 0.095 304.7) |
Copy-ready code
/* CSS */
color: #cbaeef;
background-color: #cbaeef;
/* Tailwind (arbitrary) */
class="text-[#cbaeef] bg-[#cbaeef]"
/* SCSS */
$brand: #cbaeef;
/* SwiftUI */
Color(red: 0.796, green: 0.682, blue: 0.937)
/* Android */
Color.parseColor("#cbaeef")Accessibility — WCAG contrast
Aa
#cbaeef on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbaeef on black: 10.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green68.2%
Blue93.7%
CMYK percentages
Cyan15.1%
Magenta27.2%
Yellow0.0%
Key (black)6.3%
Color previews
#cbaeef text on a black background
contrast 10.84:1
Card sample
#cbaeef text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbaeef;
Background color
Panel with #cbaeef background
background-color: #cbaeef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbaeef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 174, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 174, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbaeef; background: linear-gradient(135deg, #cbaeef, #EFAEE8);