#cacff8
a pale, electric blue · warm · closest name: lavender
RGB
202, 207, 248
HSL
234°, 77%, 88%
CMYK
19, 17, 0, 3
Luminance
0.6396
Every format
| HEX | #cacff8 |
| RGB | rgb(202, 207, 248) |
| HSL | hsl(234, 77%, 88%) |
| CMYK | cmyk(19%, 17%, 0%, 3%) |
| LAB | lab(83.9 6.6 -20.6) |
| LCH | lch(83.9 21.7 287.6) |
| OKLCH | oklch(0.864 0.057 279.7) |
Copy-ready code
/* CSS */
color: #cacff8;
background-color: #cacff8;
/* Tailwind (arbitrary) */
class="text-[#cacff8] bg-[#cacff8]"
/* SCSS */
$brand: #cacff8;
/* SwiftUI */
Color(red: 0.792, green: 0.812, blue: 0.973)
/* Android */
Color.parseColor("#cacff8")Accessibility — WCAG contrast
Aa
#cacff8 on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cacff8 on black: 13.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green81.2%
Blue97.3%
CMYK percentages
Cyan18.5%
Magenta16.5%
Yellow0.0%
Key (black)2.7%
Color previews
#cacff8 text on a black background
contrast 13.79:1
Card sample
#cacff8 text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cacff8;
Background color
Panel with #cacff8 background
background-color: #cacff8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cacff8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 207, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 207, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cacff8; background: linear-gradient(135deg, #cacff8, #E4CAF8);