#c9dafb
a pale, electric blue · cool · closest name: lavender
RGB
201, 218, 251
HSL
220°, 86%, 89%
CMYK
20, 13, 0, 2
Luminance
0.6953
Every format
| HEX | #c9dafb |
| RGB | rgb(201, 218, 251) |
| HSL | hsl(220, 86%, 89%) |
| CMYK | cmyk(20%, 13%, 0%, 2%) |
| LAB | lab(86.8 1.1 -18.0) |
| LCH | lch(86.8 18.0 273.4) |
| OKLCH | oklch(0.886 0.049 263.7) |
Copy-ready code
/* CSS */
color: #c9dafb;
background-color: #c9dafb;
/* Tailwind (arbitrary) */
class="text-[#c9dafb] bg-[#c9dafb]"
/* SCSS */
$brand: #c9dafb;
/* SwiftUI */
Color(red: 0.788, green: 0.855, blue: 0.984)
/* Android */
Color.parseColor("#c9dafb")Accessibility — WCAG contrast
Aa
#c9dafb on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c9dafb on black: 14.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green85.5%
Blue98.4%
CMYK percentages
Cyan19.9%
Magenta13.1%
Yellow0.0%
Key (black)1.6%
Color previews
#c9dafb text on a black background
contrast 14.91:1
Card sample
#c9dafb text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c9dafb;
Background color
Panel with #c9dafb background
background-color: #c9dafb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c9dafb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 218, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 218, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c9dafb; background: linear-gradient(135deg, #c9dafb, #D9C9FB);