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