#cacee2
a light, soft blue · warm · closest name: lavender
RGB
202, 206, 226
HSL
230°, 29%, 84%
CMYK
11, 9, 0, 11
Luminance
0.6219
Every format
| HEX | #cacee2 |
| RGB | rgb(202, 206, 226) |
| HSL | hsl(230, 29%, 84%) |
| CMYK | cmyk(11%, 9%, 0%, 11%) |
| LAB | lab(83.0 2.5 -10.3) |
| LCH | lch(83.0 10.6 283.6) |
| OKLCH | oklch(0.855 0.028 276.8) |
Copy-ready code
/* CSS */
color: #cacee2;
background-color: #cacee2;
/* Tailwind (arbitrary) */
class="text-[#cacee2] bg-[#cacee2]"
/* SCSS */
$brand: #cacee2;
/* SwiftUI */
Color(red: 0.792, green: 0.808, blue: 0.886)
/* Android */
Color.parseColor("#cacee2")Accessibility — WCAG contrast
Aa
#cacee2 on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cacee2 on black: 13.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green80.8%
Blue88.6%
CMYK percentages
Cyan10.6%
Magenta8.8%
Yellow0.0%
Key (black)11.4%
Color previews
#cacee2 text on a black background
contrast 13.44:1
Card sample
#cacee2 text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cacee2;
Background color
Panel with #cacee2 background
background-color: #cacee2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cacee2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 206, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 206, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cacee2; background: linear-gradient(135deg, #cacee2, #D6CAE2);