#cbcaef
a pale, vivid blue · warm · closest name: lavender
RGB
203, 202, 239
HSL
242°, 54%, 87%
CMYK
15, 16, 0, 6
Luminance
0.6117
Every format
| HEX | #cbcaef |
| RGB | rgb(203, 202, 239) |
| HSL | hsl(242, 54%, 87%) |
| CMYK | cmyk(15%, 16%, 0%, 6%) |
| LAB | lab(82.5 7.6 -18.1) |
| LCH | lch(82.5 19.6 292.9) |
| OKLCH | oklch(0.852 0.051 286.5) |
Copy-ready code
/* CSS */
color: #cbcaef;
background-color: #cbcaef;
/* Tailwind (arbitrary) */
class="text-[#cbcaef] bg-[#cbcaef]"
/* SCSS */
$brand: #cbcaef;
/* SwiftUI */
Color(red: 0.796, green: 0.792, blue: 0.937)
/* Android */
Color.parseColor("#cbcaef")Accessibility — WCAG contrast
Aa
#cbcaef on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbcaef on black: 13.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green79.2%
Blue93.7%
CMYK percentages
Cyan15.1%
Magenta15.5%
Yellow0.0%
Key (black)6.3%
Color previews
#cbcaef text on a black background
contrast 13.23:1
Card sample
#cbcaef text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbcaef;
Background color
Panel with #cbcaef background
background-color: #cbcaef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbcaef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 202, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 202, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbcaef; background: linear-gradient(135deg, #cbcaef, #E4CAEF);