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