#c9d4ff
a pale, electric blue · warm · closest name: lavender
RGB
201, 212, 255
HSL
228°, 100%, 89%
CMYK
21, 17, 0, 0
Luminance
0.6672
Every format
| HEX | #c9d4ff |
| RGB | rgb(201, 212, 255) |
| HSL | hsl(228, 100%, 89%) |
| CMYK | cmyk(21%, 17%, 0%, 0%) |
| LAB | lab(85.4 5.1 -22.2) |
| LCH | lch(85.4 22.8 283.0) |
| OKLCH | oklch(0.876 0.061 273.8) |
Copy-ready code
/* CSS */
color: #c9d4ff;
background-color: #c9d4ff;
/* Tailwind (arbitrary) */
class="text-[#c9d4ff] bg-[#c9d4ff]"
/* SCSS */
$brand: #c9d4ff;
/* SwiftUI */
Color(red: 0.788, green: 0.831, blue: 1.000)
/* Android */
Color.parseColor("#c9d4ff")Accessibility — WCAG contrast
Aa
#c9d4ff on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c9d4ff on black: 14.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green83.1%
Blue100.0%
CMYK percentages
Cyan21.2%
Magenta16.9%
Yellow0.0%
Key (black)0.0%
Color previews
#c9d4ff text on a black background
contrast 14.34:1
Card sample
#c9d4ff text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c9d4ff;
Background color
Panel with #c9d4ff background
background-color: #c9d4ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c9d4ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 212, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 212, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c9d4ff; background: linear-gradient(135deg, #c9d4ff, #E2C9FF);