#afd692
a light, vivid green · cool · closest name: khaki
RGB
175, 214, 146
HSL
94°, 45%, 71%
CMYK
18, 0, 32, 16
Luminance
0.5928
Every format
| HEX | #afd692 |
| RGB | rgb(175, 214, 146) |
| HSL | hsl(94, 45%, 71%) |
| CMYK | cmyk(18%, 0%, 32%, 16%) |
| LAB | lab(81.5 -24.9 29.5) |
| LCH | lch(81.5 38.6 130.1) |
| OKLCH | oklch(0.831 0.100 132.5) |
Copy-ready code
/* CSS */
color: #afd692;
background-color: #afd692;
/* Tailwind (arbitrary) */
class="text-[#afd692] bg-[#afd692]"
/* SCSS */
$brand: #afd692;
/* SwiftUI */
Color(red: 0.686, green: 0.839, blue: 0.573)
/* Android */
Color.parseColor("#afd692")Accessibility — WCAG contrast
Aa
#afd692 on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd692 on black: 12.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green83.9%
Blue57.3%
CMYK percentages
Cyan18.2%
Magenta0.0%
Yellow31.8%
Key (black)16.1%
Color previews
#afd692 text on a black background
contrast 12.86:1
Card sample
#afd692 text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd692;
Background color
Panel with #afd692 background
background-color: #afd692;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd692;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 214, 146, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 214, 146, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd692; background: linear-gradient(135deg, #afd692, #92D6A2);