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