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