#afd592
a light, soft green · cool · closest name: khaki
RGB
175, 213, 146
HSL
94°, 44%, 70%
CMYK
18, 0, 32, 17
Luminance
0.5878
Every format
| HEX | #afd592 |
| RGB | rgb(175, 213, 146) |
| HSL | hsl(94, 44%, 70%) |
| CMYK | cmyk(18%, 0%, 32%, 17%) |
| LAB | lab(81.2 -24.4 29.1) |
| LCH | lch(81.2 38.0 129.9) |
| OKLCH | oklch(0.829 0.099 132.3) |
Copy-ready code
/* CSS */
color: #afd592;
background-color: #afd592;
/* Tailwind (arbitrary) */
class="text-[#afd592] bg-[#afd592]"
/* SCSS */
$brand: #afd592;
/* SwiftUI */
Color(red: 0.686, green: 0.835, blue: 0.573)
/* Android */
Color.parseColor("#afd592")Accessibility — WCAG contrast
Aa
#afd592 on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd592 on black: 12.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green83.5%
Blue57.3%
CMYK percentages
Cyan17.8%
Magenta0.0%
Yellow31.5%
Key (black)16.5%
Color previews
#afd592 text on a black background
contrast 12.76:1
Card sample
#afd592 text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd592;
Background color
Panel with #afd592 background
background-color: #afd592;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd592;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 213, 146, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 213, 146, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd592; background: linear-gradient(135deg, #afd592, #92D5A2);