#caceef
a pale, vivid blue · warm · closest name: lavender
RGB
202, 206, 239
HSL
234°, 54%, 87%
CMYK
16, 14, 0, 6
Luminance
0.6293
Every format
| HEX | #caceef |
| RGB | rgb(202, 206, 239) |
| HSL | hsl(234, 54%, 87%) |
| CMYK | cmyk(16%, 14%, 0%, 6%) |
| LAB | lab(83.4 5.2 -16.7) |
| LCH | lch(83.4 17.4 287.2) |
| OKLCH | oklch(0.859 0.046 279.9) |
Copy-ready code
/* CSS */
color: #caceef;
background-color: #caceef;
/* Tailwind (arbitrary) */
class="text-[#caceef] bg-[#caceef]"
/* SCSS */
$brand: #caceef;
/* SwiftUI */
Color(red: 0.792, green: 0.808, blue: 0.937)
/* Android */
Color.parseColor("#caceef")Accessibility — WCAG contrast
Aa
#caceef on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#caceef on black: 13.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green80.8%
Blue93.7%
CMYK percentages
Cyan15.5%
Magenta13.8%
Yellow0.0%
Key (black)6.3%
Color previews
#caceef text on a black background
contrast 13.59:1
Card sample
#caceef text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #caceef;
Background color
Panel with #caceef background
background-color: #caceef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #caceef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 206, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 206, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #caceef; background: linear-gradient(135deg, #caceef, #DFCAEF);