#c9daea
a pale, soft blue · cool · closest name: lavender
RGB
201, 218, 234
HSL
209°, 44%, 85%
CMYK
14, 7, 0, 8
Luminance
0.6850
Every format
| HEX | #c9daea |
| RGB | rgb(201, 218, 234) |
| HSL | hsl(209, 44%, 85%) |
| CMYK | cmyk(14%, 7%, 0%, 8%) |
| LAB | lab(86.3 -2.5 -9.8) |
| LCH | lch(86.3 10.1 255.6) |
| OKLCH | oklch(0.880 0.029 246.5) |
Copy-ready code
/* CSS */
color: #c9daea;
background-color: #c9daea;
/* Tailwind (arbitrary) */
class="text-[#c9daea] bg-[#c9daea]"
/* SCSS */
$brand: #c9daea;
/* SwiftUI */
Color(red: 0.788, green: 0.855, blue: 0.918)
/* Android */
Color.parseColor("#c9daea")Accessibility — WCAG contrast
Aa
#c9daea on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c9daea on black: 14.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green85.5%
Blue91.8%
CMYK percentages
Cyan14.1%
Magenta6.8%
Yellow0.0%
Key (black)8.2%
Color previews
#c9daea text on a black background
contrast 14.70:1
Card sample
#c9daea text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c9daea;
Background color
Panel with #c9daea background
background-color: #c9daea;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c9daea;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 218, 234, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 218, 234, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c9daea; background: linear-gradient(135deg, #c9daea, #CEC9EA);