#c9dafe
a pale, electric blue · cool · closest name: lavender
RGB
201, 218, 254
HSL
221°, 96%, 89%
CMYK
21, 14, 0, 0
Luminance
0.6972
Every format
| HEX | #c9dafe |
| RGB | rgb(201, 218, 254) |
| HSL | hsl(221, 96%, 89%) |
| CMYK | cmyk(21%, 14%, 0%, 0%) |
| LAB | lab(86.9 1.7 -19.4) |
| LCH | lch(86.9 19.5 275.1) |
| OKLCH | oklch(0.887 0.053 265.3) |
Copy-ready code
/* CSS */
color: #c9dafe;
background-color: #c9dafe;
/* Tailwind (arbitrary) */
class="text-[#c9dafe] bg-[#c9dafe]"
/* SCSS */
$brand: #c9dafe;
/* SwiftUI */
Color(red: 0.788, green: 0.855, blue: 0.996)
/* Android */
Color.parseColor("#c9dafe")Accessibility — WCAG contrast
Aa
#c9dafe on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c9dafe on black: 14.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green85.5%
Blue99.6%
CMYK percentages
Cyan20.9%
Magenta14.2%
Yellow0.0%
Key (black)0.4%
Color previews
#c9dafe text on a black background
contrast 14.94:1
Card sample
#c9dafe text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c9dafe;
Background color
Panel with #c9dafe background
background-color: #c9dafe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c9dafe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 218, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 218, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c9dafe; background: linear-gradient(135deg, #c9dafe, #DBC9FE);