#c2d685
a light, vivid green · cool · closest name: khaki
RGB
194, 214, 133
HSL
75°, 50%, 68%
CMYK
9, 0, 38, 16
Luminance
0.6126
Every format
| HEX | #c2d685 |
| RGB | rgb(194, 214, 133) |
| HSL | hsl(75, 50%, 68%) |
| CMYK | cmyk(9%, 0%, 38%, 16%) |
| LAB | lab(82.5 -19.6 37.8) |
| LCH | lch(82.5 42.6 117.4) |
| OKLCH | oklch(0.842 0.107 120.1) |
Copy-ready code
/* CSS */
color: #c2d685;
background-color: #c2d685;
/* Tailwind (arbitrary) */
class="text-[#c2d685] bg-[#c2d685]"
/* SCSS */
$brand: #c2d685;
/* SwiftUI */
Color(red: 0.761, green: 0.839, blue: 0.522)
/* Android */
Color.parseColor("#c2d685")Accessibility — WCAG contrast
Aa
#c2d685 on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2d685 on black: 13.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green83.9%
Blue52.2%
CMYK percentages
Cyan9.3%
Magenta0.0%
Yellow37.9%
Key (black)16.1%
Color previews
#c2d685 text on a black background
contrast 13.25:1
Card sample
#c2d685 text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2d685;
Background color
Panel with #c2d685 background
background-color: #c2d685;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2d685;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 214, 133, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 214, 133, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2d685; background: linear-gradient(135deg, #c2d685, #8CD685);