#afd690
a light, vivid green · cool · closest name: khaki
RGB
175, 214, 144
HSL
93°, 46%, 70%
CMYK
18, 0, 33, 16
Luminance
0.5922
Every format
| HEX | #afd690 |
| RGB | rgb(175, 214, 144) |
| HSL | hsl(93, 46%, 70%) |
| CMYK | cmyk(18%, 0%, 33%, 16%) |
| LAB | lab(81.4 -25.2 30.5) |
| LCH | lch(81.4 39.5 129.5) |
| OKLCH | oklch(0.831 0.102 132.0) |
Copy-ready code
/* CSS */
color: #afd690;
background-color: #afd690;
/* Tailwind (arbitrary) */
class="text-[#afd690] bg-[#afd690]"
/* SCSS */
$brand: #afd690;
/* SwiftUI */
Color(red: 0.686, green: 0.839, blue: 0.565)
/* Android */
Color.parseColor("#afd690")Accessibility — WCAG contrast
Aa
#afd690 on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd690 on black: 12.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green83.9%
Blue56.5%
CMYK percentages
Cyan18.2%
Magenta0.0%
Yellow32.7%
Key (black)16.1%
Color previews
#afd690 text on a black background
contrast 12.84:1
Card sample
#afd690 text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd690;
Background color
Panel with #afd690 background
background-color: #afd690;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd690;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 214, 144, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 214, 144, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd690; background: linear-gradient(135deg, #afd690, #90D6A0);