#c9d4df
a light, soft blue · cool · closest name: lavender
RGB
201, 212, 223
HSL
210°, 26%, 83%
CMYK
10, 5, 0, 13
Luminance
0.6483
Every format
| HEX | #c9d4df |
| RGB | rgb(201, 212, 223) |
| HSL | hsl(210, 26%, 83%) |
| CMYK | cmyk(10%, 5%, 0%, 13%) |
| LAB | lab(84.4 -1.6 -6.7) |
| LCH | lch(84.4 6.9 256.7) |
| OKLCH | oklch(0.865 0.019 248.1) |
Copy-ready code
/* CSS */
color: #c9d4df;
background-color: #c9d4df;
/* Tailwind (arbitrary) */
class="text-[#c9d4df] bg-[#c9d4df]"
/* SCSS */
$brand: #c9d4df;
/* SwiftUI */
Color(red: 0.788, green: 0.831, blue: 0.875)
/* Android */
Color.parseColor("#c9d4df")Accessibility — WCAG contrast
Aa
#c9d4df on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c9d4df on black: 13.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green83.1%
Blue87.5%
CMYK percentages
Cyan9.9%
Magenta4.9%
Yellow0.0%
Key (black)12.5%
Color previews
#c9d4df text on a black background
contrast 13.97:1
Card sample
#c9d4df text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c9d4df;
Background color
Panel with #c9d4df background
background-color: #c9d4df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c9d4df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 212, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 212, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c9d4df; background: linear-gradient(135deg, #c9d4df, #CDC9DF);