#caccf4
a pale, vivid blue · warm · closest name: lavender
RGB
202, 204, 244
HSL
237°, 66%, 88%
CMYK
17, 16, 0, 4
Luminance
0.6227
Every format
| HEX | #caccf4 |
| RGB | rgb(202, 204, 244) |
| HSL | hsl(237, 66%, 88%) |
| CMYK | cmyk(17%, 16%, 0%, 4%) |
| LAB | lab(83.1 7.3 -19.9) |
| LCH | lch(83.1 21.2 290.2) |
| OKLCH | oklch(0.857 0.055 282.9) |
Copy-ready code
/* CSS */
color: #caccf4;
background-color: #caccf4;
/* Tailwind (arbitrary) */
class="text-[#caccf4] bg-[#caccf4]"
/* SCSS */
$brand: #caccf4;
/* SwiftUI */
Color(red: 0.792, green: 0.800, blue: 0.957)
/* Android */
Color.parseColor("#caccf4")Accessibility — WCAG contrast
Aa
#caccf4 on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#caccf4 on black: 13.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green80.0%
Blue95.7%
CMYK percentages
Cyan17.2%
Magenta16.4%
Yellow0.0%
Key (black)4.3%
Color previews
#caccf4 text on a black background
contrast 13.45:1
Card sample
#caccf4 text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #caccf4;
Background color
Panel with #caccf4 background
background-color: #caccf4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #caccf4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 204, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 204, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #caccf4; background: linear-gradient(135deg, #caccf4, #E4CAF4);