#afd374
a balanced, vivid green · cool · closest name: khaki
RGB
175, 211, 116
HSL
83°, 52%, 64%
CMYK
17, 0, 45, 17
Luminance
0.5696
Every format
| HEX | #afd374 |
| RGB | rgb(175, 211, 116) |
| HSL | hsl(83, 52%, 64%) |
| CMYK | cmyk(17%, 0%, 45%, 17%) |
| LAB | lab(80.2 -27.3 43.0) |
| LCH | lch(80.2 51.0 122.4) |
| OKLCH | oklch(0.819 0.129 126.1) |
Copy-ready code
/* CSS */
color: #afd374;
background-color: #afd374;
/* Tailwind (arbitrary) */
class="text-[#afd374] bg-[#afd374]"
/* SCSS */
$brand: #afd374;
/* SwiftUI */
Color(red: 0.686, green: 0.827, blue: 0.455)
/* Android */
Color.parseColor("#afd374")Accessibility — WCAG contrast
Aa
#afd374 on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd374 on black: 12.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green82.7%
Blue45.5%
CMYK percentages
Cyan17.1%
Magenta0.0%
Yellow45.0%
Key (black)17.3%
Color previews
#afd374 text on a black background
contrast 12.39:1
Card sample
#afd374 text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd374;
Background color
Panel with #afd374 background
background-color: #afd374;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd374;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 211, 116, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 211, 116, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd374; background: linear-gradient(135deg, #afd374, #74D378);