#c2db9a
a light, vivid green · cool · closest name: khaki
RGB
194, 219, 154
HSL
83°, 47%, 73%
CMYK
11, 0, 30, 14
Luminance
0.6447
Every format
| HEX | #c2db9a |
| RGB | rgb(194, 219, 154) |
| HSL | hsl(83, 47%, 73%) |
| CMYK | cmyk(11%, 0%, 30%, 14%) |
| LAB | lab(84.2 -19.3 29.3) |
| LCH | lch(84.2 35.1 123.4) |
| OKLCH | oklch(0.857 0.090 125.3) |
Copy-ready code
/* CSS */
color: #c2db9a;
background-color: #c2db9a;
/* Tailwind (arbitrary) */
class="text-[#c2db9a] bg-[#c2db9a]"
/* SCSS */
$brand: #c2db9a;
/* SwiftUI */
Color(red: 0.761, green: 0.859, blue: 0.604)
/* Android */
Color.parseColor("#c2db9a")Accessibility — WCAG contrast
Aa
#c2db9a on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2db9a on black: 13.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green85.9%
Blue60.4%
CMYK percentages
Cyan11.4%
Magenta0.0%
Yellow29.7%
Key (black)14.1%
Color previews
#c2db9a text on a black background
contrast 13.89:1
Card sample
#c2db9a text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2db9a;
Background color
Panel with #c2db9a background
background-color: #c2db9a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2db9a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 219, 154, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 219, 154, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2db9a; background: linear-gradient(135deg, #c2db9a, #9ADB9D);