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