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