#cacfdf
a light, soft blue · warm · closest name: lavender
RGB
202, 207, 223
HSL
226°, 25%, 83%
CMYK
9, 7, 0, 13
Luminance
0.6251
Every format
| HEX | #cacfdf |
| RGB | rgb(202, 207, 223) |
| HSL | hsl(226, 25%, 83%) |
| CMYK | cmyk(9%, 7%, 0%, 13%) |
| LAB | lab(83.2 1.4 -8.5) |
| LCH | lch(83.2 8.6 279.2) |
| OKLCH | oklch(0.856 0.023 272.0) |
Copy-ready code
/* CSS */
color: #cacfdf;
background-color: #cacfdf;
/* Tailwind (arbitrary) */
class="text-[#cacfdf] bg-[#cacfdf]"
/* SCSS */
$brand: #cacfdf;
/* SwiftUI */
Color(red: 0.792, green: 0.812, blue: 0.875)
/* Android */
Color.parseColor("#cacfdf")Accessibility — WCAG contrast
Aa
#cacfdf on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cacfdf on black: 13.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green81.2%
Blue87.5%
CMYK percentages
Cyan9.4%
Magenta7.2%
Yellow0.0%
Key (black)12.5%
Color previews
#cacfdf text on a black background
contrast 13.50:1
Card sample
#cacfdf text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cacfdf;
Background color
Panel with #cacfdf background
background-color: #cacfdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cacfdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 207, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 207, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cacfdf; background: linear-gradient(135deg, #cacfdf, #D3CADF);