#c9dfba
a light, soft green · cool · closest name: beige
RGB
201, 223, 186
HSL
96°, 37%, 80%
CMYK
10, 0, 17, 13
Luminance
0.6874
Every format
| HEX | #c9dfba |
| RGB | rgb(201, 223, 186) |
| HSL | hsl(96, 37%, 80%) |
| CMYK | cmyk(10%, 0%, 17%, 13%) |
| LAB | lab(86.4 -13.9 15.7) |
| LCH | lch(86.4 21.0 131.6) |
| OKLCH | oklch(0.877 0.055 132.7) |
Copy-ready code
/* CSS */
color: #c9dfba;
background-color: #c9dfba;
/* Tailwind (arbitrary) */
class="text-[#c9dfba] bg-[#c9dfba]"
/* SCSS */
$brand: #c9dfba;
/* SwiftUI */
Color(red: 0.788, green: 0.875, blue: 0.729)
/* Android */
Color.parseColor("#c9dfba")Accessibility — WCAG contrast
Aa
#c9dfba on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c9dfba on black: 14.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green87.5%
Blue72.9%
CMYK percentages
Cyan9.9%
Magenta0.0%
Yellow16.6%
Key (black)12.5%
Color previews
#c9dfba text on a black background
contrast 14.75:1
Card sample
#c9dfba text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c9dfba;
Background color
Panel with #c9dfba background
background-color: #c9dfba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c9dfba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 223, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 223, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c9dfba; background: linear-gradient(135deg, #c9dfba, #BADFC4);