#caccf1
a pale, vivid blue · warm · closest name: lavender
RGB
202, 204, 241
HSL
237°, 58%, 87%
CMYK
16, 15, 0, 6
Luminance
0.6209
Every format
| HEX | #caccf1 |
| RGB | rgb(202, 204, 241) |
| HSL | hsl(237, 58%, 87%) |
| CMYK | cmyk(16%, 15%, 0%, 6%) |
| LAB | lab(83.0 6.7 -18.4) |
| LCH | lch(83.0 19.6 289.9) |
| OKLCH | oklch(0.856 0.051 282.8) |
Copy-ready code
/* CSS */
color: #caccf1;
background-color: #caccf1;
/* Tailwind (arbitrary) */
class="text-[#caccf1] bg-[#caccf1]"
/* SCSS */
$brand: #caccf1;
/* SwiftUI */
Color(red: 0.792, green: 0.800, blue: 0.945)
/* Android */
Color.parseColor("#caccf1")Accessibility — WCAG contrast
Aa
#caccf1 on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#caccf1 on black: 13.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green80.0%
Blue94.5%
CMYK percentages
Cyan16.2%
Magenta15.4%
Yellow0.0%
Key (black)5.5%
Color previews
#caccf1 text on a black background
contrast 13.42:1
Card sample
#caccf1 text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #caccf1;
Background color
Panel with #caccf1 background
background-color: #caccf1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #caccf1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 204, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 204, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #caccf1; background: linear-gradient(135deg, #caccf1, #E2CAF1);