#c9dfd4
a light, soft green · cool · closest name: silver
RGB
201, 223, 212
HSL
150°, 26%, 83%
CMYK
10, 0, 5, 13
Luminance
0.6995
Every format
| HEX | #c9dfd4 |
| RGB | rgb(201, 223, 212) |
| HSL | hsl(150, 26%, 83%) |
| CMYK | cmyk(10%, 0%, 5%, 13%) |
| LAB | lab(87.0 -9.4 2.9) |
| LCH | lch(87.0 9.8 162.8) |
| OKLCH | oklch(0.884 0.028 164.3) |
Copy-ready code
/* CSS */
color: #c9dfd4;
background-color: #c9dfd4;
/* Tailwind (arbitrary) */
class="text-[#c9dfd4] bg-[#c9dfd4]"
/* SCSS */
$brand: #c9dfd4;
/* SwiftUI */
Color(red: 0.788, green: 0.875, blue: 0.831)
/* Android */
Color.parseColor("#c9dfd4")Accessibility — WCAG contrast
Aa
#c9dfd4 on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c9dfd4 on black: 14.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green87.5%
Blue83.1%
CMYK percentages
Cyan9.9%
Magenta0.0%
Yellow4.9%
Key (black)12.5%
Color previews
#c9dfd4 text on a black background
contrast 14.99:1
Card sample
#c9dfd4 text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c9dfd4;
Background color
Panel with #c9dfd4 background
background-color: #c9dfd4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c9dfd4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 223, 212, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 223, 212, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c9dfd4; background: linear-gradient(135deg, #c9dfd4, #C9DBDF);