#cadaef
a pale, vivid blue · cool · closest name: lavender
RGB
202, 218, 239
HSL
214°, 54%, 87%
CMYK
16, 9, 0, 6
Luminance
0.6893
Every format
| HEX | #cadaef |
| RGB | rgb(202, 218, 239) |
| HSL | hsl(214, 54%, 87%) |
| CMYK | cmyk(16%, 9%, 0%, 6%) |
| LAB | lab(86.5 -1.1 -12.1) |
| LCH | lch(86.5 12.1 264.6) |
| OKLCH | oklch(0.883 0.034 255.2) |
Copy-ready code
/* CSS */
color: #cadaef;
background-color: #cadaef;
/* Tailwind (arbitrary) */
class="text-[#cadaef] bg-[#cadaef]"
/* SCSS */
$brand: #cadaef;
/* SwiftUI */
Color(red: 0.792, green: 0.855, blue: 0.937)
/* Android */
Color.parseColor("#cadaef")Accessibility — WCAG contrast
Aa
#cadaef on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cadaef on black: 14.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green85.5%
Blue93.7%
CMYK percentages
Cyan15.5%
Magenta8.8%
Yellow0.0%
Key (black)6.3%
Color previews
#cadaef text on a black background
contrast 14.79:1
Card sample
#cadaef text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cadaef;
Background color
Panel with #cadaef background
background-color: #cadaef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cadaef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 218, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 218, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cadaef; background: linear-gradient(135deg, #cadaef, #D3CAEF);