#cadae2
a light, soft blue · cool · closest name: lavender
RGB
202, 218, 226
HSL
200°, 29%, 84%
CMYK
11, 4, 0, 11
Luminance
0.6819
Every format
| HEX | #cadae2 |
| RGB | rgb(202, 218, 226) |
| HSL | hsl(200, 29%, 84%) |
| CMYK | cmyk(11%, 4%, 0%, 11%) |
| LAB | lab(86.1 -3.8 -5.8) |
| LCH | lch(86.1 6.9 236.7) |
| OKLCH | oklch(0.879 0.021 229.1) |
Copy-ready code
/* CSS */
color: #cadae2;
background-color: #cadae2;
/* Tailwind (arbitrary) */
class="text-[#cadae2] bg-[#cadae2]"
/* SCSS */
$brand: #cadae2;
/* SwiftUI */
Color(red: 0.792, green: 0.855, blue: 0.886)
/* Android */
Color.parseColor("#cadae2")Accessibility — WCAG contrast
Aa
#cadae2 on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cadae2 on black: 14.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green85.5%
Blue88.6%
CMYK percentages
Cyan10.6%
Magenta3.5%
Yellow0.0%
Key (black)11.4%
Color previews
#cadae2 text on a black background
contrast 14.64:1
Card sample
#cadae2 text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cadae2;
Background color
Panel with #cadae2 background
background-color: #cadae2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cadae2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 218, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 218, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cadae2; background: linear-gradient(135deg, #cadae2, #CACAE2);