#afd67c
a light, vivid green · cool · closest name: khaki
RGB
175, 214, 124
HSL
86°, 52%, 66%
CMYK
18, 0, 42, 16
Luminance
0.5866
Every format
| HEX | #afd67c |
| RGB | rgb(175, 214, 124) |
| HSL | hsl(86, 52%, 66%) |
| CMYK | cmyk(18%, 0%, 42%, 16%) |
| LAB | lab(81.1 -27.8 40.2) |
| LCH | lch(81.1 48.9 124.6) |
| OKLCH | oklch(0.827 0.124 128.0) |
Copy-ready code
/* CSS */
color: #afd67c;
background-color: #afd67c;
/* Tailwind (arbitrary) */
class="text-[#afd67c] bg-[#afd67c]"
/* SCSS */
$brand: #afd67c;
/* SwiftUI */
Color(red: 0.686, green: 0.839, blue: 0.486)
/* Android */
Color.parseColor("#afd67c")Accessibility — WCAG contrast
Aa
#afd67c on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd67c on black: 12.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green83.9%
Blue48.6%
CMYK percentages
Cyan18.2%
Magenta0.0%
Yellow42.1%
Key (black)16.1%
Color previews
#afd67c text on a black background
contrast 12.73:1
Card sample
#afd67c text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd67c;
Background color
Panel with #afd67c background
background-color: #afd67c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd67c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 214, 124, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 214, 124, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd67c; background: linear-gradient(135deg, #afd67c, #7CD685);