#caccf7
a pale, vivid blue · warm · closest name: lavender
RGB
202, 204, 247
HSL
237°, 74%, 88%
CMYK
18, 17, 0, 3
Luminance
0.6246
Every format
| HEX | #caccf7 |
| RGB | rgb(202, 204, 247) |
| HSL | hsl(237, 74%, 88%) |
| CMYK | cmyk(18%, 17%, 0%, 3%) |
| LAB | lab(83.2 7.9 -21.3) |
| LCH | lch(83.2 22.7 290.4) |
| OKLCH | oklch(0.858 0.060 283.0) |
Copy-ready code
/* CSS */
color: #caccf7;
background-color: #caccf7;
/* Tailwind (arbitrary) */
class="text-[#caccf7] bg-[#caccf7]"
/* SCSS */
$brand: #caccf7;
/* SwiftUI */
Color(red: 0.792, green: 0.800, blue: 0.969)
/* Android */
Color.parseColor("#caccf7")Accessibility — WCAG contrast
Aa
#caccf7 on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#caccf7 on black: 13.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green80.0%
Blue96.9%
CMYK percentages
Cyan18.2%
Magenta17.4%
Yellow0.0%
Key (black)3.1%
Color previews
#caccf7 text on a black background
contrast 13.49:1
Card sample
#caccf7 text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #caccf7;
Background color
Panel with #caccf7 background
background-color: #caccf7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #caccf7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 204, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 204, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #caccf7; background: linear-gradient(135deg, #caccf7, #E6CAF7);