#caccf0
a pale, vivid blue · warm · closest name: lavender
RGB
202, 204, 240
HSL
237°, 56%, 87%
CMYK
16, 15, 0, 6
Luminance
0.6203
Every format
| HEX | #caccf0 |
| RGB | rgb(202, 204, 240) |
| HSL | hsl(237, 56%, 87%) |
| CMYK | cmyk(16%, 15%, 0%, 6%) |
| LAB | lab(82.9 6.5 -17.9) |
| LCH | lch(82.9 19.1 289.8) |
| OKLCH | oklch(0.855 0.050 282.8) |
Copy-ready code
/* CSS */
color: #caccf0;
background-color: #caccf0;
/* Tailwind (arbitrary) */
class="text-[#caccf0] bg-[#caccf0]"
/* SCSS */
$brand: #caccf0;
/* SwiftUI */
Color(red: 0.792, green: 0.800, blue: 0.941)
/* Android */
Color.parseColor("#caccf0")Accessibility — WCAG contrast
Aa
#caccf0 on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#caccf0 on black: 13.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green80.0%
Blue94.1%
CMYK percentages
Cyan15.8%
Magenta15.0%
Yellow0.0%
Key (black)5.9%
Color previews
#caccf0 text on a black background
contrast 13.41:1
Card sample
#caccf0 text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #caccf0;
Background color
Panel with #caccf0 background
background-color: #caccf0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #caccf0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 204, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 204, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #caccf0; background: linear-gradient(135deg, #caccf0, #E1CAF0);