#caceec
a pale, vivid blue · warm · closest name: lavender
RGB
202, 206, 236
HSL
233°, 47%, 86%
CMYK
14, 13, 0, 8
Luminance
0.6276
Every format
| HEX | #caceec |
| RGB | rgb(202, 206, 236) |
| HSL | hsl(233, 47%, 86%) |
| CMYK | cmyk(14%, 13%, 0%, 8%) |
| LAB | lab(83.3 4.5 -15.2) |
| LCH | lch(83.3 15.9 286.6) |
| OKLCH | oklch(0.858 0.042 279.5) |
Copy-ready code
/* CSS */
color: #caceec;
background-color: #caceec;
/* Tailwind (arbitrary) */
class="text-[#caceec] bg-[#caceec]"
/* SCSS */
$brand: #caceec;
/* SwiftUI */
Color(red: 0.792, green: 0.808, blue: 0.925)
/* Android */
Color.parseColor("#caceec")Accessibility — WCAG contrast
Aa
#caceec on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#caceec on black: 13.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green80.8%
Blue92.5%
CMYK percentages
Cyan14.4%
Magenta12.7%
Yellow0.0%
Key (black)7.5%
Color previews
#caceec text on a black background
contrast 13.55:1
Card sample
#caceec text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #caceec;
Background color
Panel with #caceec background
background-color: #caceec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #caceec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 206, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 206, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #caceec; background: linear-gradient(135deg, #caceec, #DDCAEC);