#afd838
a balanced, vivid green · cool · closest name: yellow
RGB
175, 216, 56
HSL
75°, 67%, 53%
CMYK
19, 0, 74, 15
Luminance
0.5851
Every format
| HEX | #afd838 |
| RGB | rgb(175, 216, 56) |
| HSL | hsl(75, 67%, 53%) |
| CMYK | cmyk(19%, 0%, 74%, 15%) |
| LAB | lab(81.0 -34.5 69.4) |
| LCH | lch(81.0 77.5 116.4) |
| OKLCH | oklch(0.825 0.184 123.3) |
Copy-ready code
/* CSS */
color: #afd838;
background-color: #afd838;
/* Tailwind (arbitrary) */
class="text-[#afd838] bg-[#afd838]"
/* SCSS */
$brand: #afd838;
/* SwiftUI */
Color(red: 0.686, green: 0.847, blue: 0.220)
/* Android */
Color.parseColor("#afd838")Accessibility — WCAG contrast
Aa
#afd838 on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd838 on black: 12.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green84.7%
Blue22.0%
CMYK percentages
Cyan19.0%
Magenta0.0%
Yellow74.1%
Key (black)15.3%
Color previews
#afd838 text on a black background
contrast 12.70:1
Card sample
#afd838 text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd838;
Background color
Panel with #afd838 background
background-color: #afd838;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd838;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 216, 56, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 216, 56, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd838; background: linear-gradient(135deg, #afd838, #44D838);