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