#c9d0df
a light, soft blue · cool · closest name: lavender
RGB
201, 208, 223
HSL
221°, 26%, 83%
CMYK
10, 7, 0, 13
Luminance
0.6286
Every format
| HEX | #c9d0df |
| RGB | rgb(201, 208, 223) |
| HSL | hsl(221, 26%, 83%) |
| CMYK | cmyk(10%, 7%, 0%, 13%) |
| LAB | lab(83.4 0.5 -8.2) |
| LCH | lch(83.4 8.2 273.6) |
| OKLCH | oklch(0.857 0.022 265.7) |
Copy-ready code
/* CSS */
color: #c9d0df;
background-color: #c9d0df;
/* Tailwind (arbitrary) */
class="text-[#c9d0df] bg-[#c9d0df]"
/* SCSS */
$brand: #c9d0df;
/* SwiftUI */
Color(red: 0.788, green: 0.816, blue: 0.875)
/* Android */
Color.parseColor("#c9d0df")Accessibility — WCAG contrast
Aa
#c9d0df on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c9d0df on black: 13.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green81.6%
Blue87.5%
CMYK percentages
Cyan9.9%
Magenta6.7%
Yellow0.0%
Key (black)12.5%
Color previews
#c9d0df text on a black background
contrast 13.57:1
Card sample
#c9d0df text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c9d0df;
Background color
Panel with #c9d0df background
background-color: #c9d0df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c9d0df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 208, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 208, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c9d0df; background: linear-gradient(135deg, #c9d0df, #D1C9DF);