#c2d855
a balanced, vivid green · cool · closest name: khaki
RGB
194, 216, 85
HSL
70°, 63%, 59%
CMYK
10, 0, 61, 15
Luminance
0.6124
Every format
| HEX | #c2d855 |
| RGB | rgb(194, 216, 85) |
| HSL | hsl(70, 63%, 59%) |
| CMYK | cmyk(10%, 0%, 61%, 15%) |
| LAB | lab(82.5 -25.2 60.4) |
| LCH | lch(82.5 65.4 112.7) |
| OKLCH | oklch(0.841 0.157 118.0) |
Copy-ready code
/* CSS */
color: #c2d855;
background-color: #c2d855;
/* Tailwind (arbitrary) */
class="text-[#c2d855] bg-[#c2d855]"
/* SCSS */
$brand: #c2d855;
/* SwiftUI */
Color(red: 0.761, green: 0.847, blue: 0.333)
/* Android */
Color.parseColor("#c2d855")Accessibility — WCAG contrast
Aa
#c2d855 on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2d855 on black: 13.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green84.7%
Blue33.3%
CMYK percentages
Cyan10.2%
Magenta0.0%
Yellow60.6%
Key (black)15.3%
Color previews
#c2d855 text on a black background
contrast 13.25:1
Card sample
#c2d855 text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2d855;
Background color
Panel with #c2d855 background
background-color: #c2d855;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2d855;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 216, 85, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 216, 85, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2d855; background: linear-gradient(135deg, #c2d855, #6BD855);