#caceee
a pale, vivid blue · warm · closest name: lavender
RGB
202, 206, 238
HSL
233°, 51%, 86%
CMYK
15, 13, 0, 7
Luminance
0.6287
Every format
| HEX | #caceee |
| RGB | rgb(202, 206, 238) |
| HSL | hsl(233, 51%, 86%) |
| CMYK | cmyk(15%, 13%, 0%, 7%) |
| LAB | lab(83.4 5.0 -16.2) |
| LCH | lch(83.4 16.9 287.0) |
| OKLCH | oklch(0.859 0.044 279.8) |
Copy-ready code
/* CSS */
color: #caceee;
background-color: #caceee;
/* Tailwind (arbitrary) */
class="text-[#caceee] bg-[#caceee]"
/* SCSS */
$brand: #caceee;
/* SwiftUI */
Color(red: 0.792, green: 0.808, blue: 0.933)
/* Android */
Color.parseColor("#caceee")Accessibility — WCAG contrast
Aa
#caceee on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#caceee on black: 13.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green80.8%
Blue93.3%
CMYK percentages
Cyan15.1%
Magenta13.4%
Yellow0.0%
Key (black)6.7%
Color previews
#caceee text on a black background
contrast 13.57:1
Card sample
#caceee text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #caceee;
Background color
Panel with #caceee background
background-color: #caceee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #caceee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 206, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 206, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #caceee; background: linear-gradient(135deg, #caceee, #DECAEE);