#c6d68f
a light, vivid green · cool · closest name: khaki
RGB
198, 214, 143
HSL
74°, 46%, 70%
CMYK
8, 0, 33, 16
Luminance
0.6208
Every format
| HEX | #c6d68f |
| RGB | rgb(198, 214, 143) |
| HSL | hsl(74, 46%, 70%) |
| CMYK | cmyk(8%, 0%, 33%, 16%) |
| LAB | lab(83.0 -16.8 33.3) |
| LCH | lch(83.0 37.4 116.8) |
| OKLCH | oklch(0.847 0.094 118.8) |
Copy-ready code
/* CSS */
color: #c6d68f;
background-color: #c6d68f;
/* Tailwind (arbitrary) */
class="text-[#c6d68f] bg-[#c6d68f]"
/* SCSS */
$brand: #c6d68f;
/* SwiftUI */
Color(red: 0.776, green: 0.839, blue: 0.561)
/* Android */
Color.parseColor("#c6d68f")Accessibility — WCAG contrast
Aa
#c6d68f on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c6d68f on black: 13.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green83.9%
Blue56.1%
CMYK percentages
Cyan7.5%
Magenta0.0%
Yellow33.2%
Key (black)16.1%
Color previews
#c6d68f text on a black background
contrast 13.42:1
Card sample
#c6d68f text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c6d68f;
Background color
Panel with #c6d68f background
background-color: #c6d68f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c6d68f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 214, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 214, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c6d68f; background: linear-gradient(135deg, #c6d68f, #97D68F);