#afe367
a balanced, vivid green · cool · closest name: khaki
RGB
175, 227, 103
HSL
85°, 69%, 65%
CMYK
23, 0, 55, 11
Luminance
0.6503
Every format
| HEX | #afe367 |
| RGB | rgb(175, 227, 103) |
| HSL | hsl(85, 69%, 65%) |
| CMYK | cmyk(23%, 0%, 55%, 11%) |
| LAB | lab(84.5 -36.1 54.4) |
| LCH | lch(84.5 65.3 123.6) |
| OKLCH | oklch(0.854 0.163 128.4) |
Copy-ready code
/* CSS */
color: #afe367;
background-color: #afe367;
/* Tailwind (arbitrary) */
class="text-[#afe367] bg-[#afe367]"
/* SCSS */
$brand: #afe367;
/* SwiftUI */
Color(red: 0.686, green: 0.890, blue: 0.404)
/* Android */
Color.parseColor("#afe367")Accessibility — WCAG contrast
Aa
#afe367 on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afe367 on black: 14.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green89.0%
Blue40.4%
CMYK percentages
Cyan22.9%
Magenta0.0%
Yellow54.6%
Key (black)11.0%
Color previews
#afe367 text on a black background
contrast 14.01:1
Card sample
#afe367 text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afe367;
Background color
Panel with #afe367 background
background-color: #afe367;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afe367;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 227, 103, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 227, 103, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afe367; background: linear-gradient(135deg, #afe367, #67E372);