#c9dfbc
a light, soft green · cool · closest name: beige
RGB
201, 223, 188
HSL
98°, 35%, 81%
CMYK
10, 0, 16, 13
Luminance
0.6882
Every format
| HEX | #c9dfbc |
| RGB | rgb(201, 223, 188) |
| HSL | hsl(98, 35%, 81%) |
| CMYK | cmyk(10%, 0%, 16%, 13%) |
| LAB | lab(86.4 -13.6 14.7) |
| LCH | lch(86.4 20.1 132.8) |
| OKLCH | oklch(0.878 0.053 133.8) |
Copy-ready code
/* CSS */
color: #c9dfbc;
background-color: #c9dfbc;
/* Tailwind (arbitrary) */
class="text-[#c9dfbc] bg-[#c9dfbc]"
/* SCSS */
$brand: #c9dfbc;
/* SwiftUI */
Color(red: 0.788, green: 0.875, blue: 0.737)
/* Android */
Color.parseColor("#c9dfbc")Accessibility — WCAG contrast
Aa
#c9dfbc on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c9dfbc on black: 14.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green87.5%
Blue73.7%
CMYK percentages
Cyan9.9%
Magenta0.0%
Yellow15.7%
Key (black)12.5%
Color previews
#c9dfbc text on a black background
contrast 14.76:1
Card sample
#c9dfbc text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c9dfbc;
Background color
Panel with #c9dfbc background
background-color: #c9dfbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c9dfbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 223, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 223, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c9dfbc; background: linear-gradient(135deg, #c9dfbc, #BCDFC6);