#c2d194
a light, soft green · cool · closest name: khaki
RGB
194, 209, 148
HSL
75°, 40%, 70%
CMYK
7, 0, 29, 18
Luminance
0.5921
Every format
| HEX | #c2d194 |
| RGB | rgb(194, 209, 148) |
| HSL | hsl(75, 40%, 70%) |
| CMYK | cmyk(7%, 0%, 29%, 18%) |
| LAB | lab(81.4 -15.2 28.6) |
| LCH | lch(81.4 32.4 117.9) |
| OKLCH | oklch(0.834 0.083 119.4) |
Copy-ready code
/* CSS */
color: #c2d194;
background-color: #c2d194;
/* Tailwind (arbitrary) */
class="text-[#c2d194] bg-[#c2d194]"
/* SCSS */
$brand: #c2d194;
/* SwiftUI */
Color(red: 0.761, green: 0.820, blue: 0.580)
/* Android */
Color.parseColor("#c2d194")Accessibility — WCAG contrast
Aa
#c2d194 on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2d194 on black: 12.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green82.0%
Blue58.0%
CMYK percentages
Cyan7.2%
Magenta0.0%
Yellow29.2%
Key (black)18.0%
Color previews
#c2d194 text on a black background
contrast 12.84:1
Card sample
#c2d194 text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2d194;
Background color
Panel with #c2d194 background
background-color: #c2d194;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2d194;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 209, 148, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 209, 148, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2d194; background: linear-gradient(135deg, #c2d194, #99D194);