#afd244
a balanced, vivid green · cool · closest name: olivedrab
RGB
175, 210, 68
HSL
75°, 61%, 55%
CMYK
17, 0, 68, 18
Luminance
0.5562
Every format
| HEX | #afd244 |
| RGB | rgb(175, 210, 68) |
| HSL | hsl(75, 61%, 55%) |
| CMYK | cmyk(17%, 0%, 68%, 18%) |
| LAB | lab(79.4 -31.1 63.5) |
| LCH | lch(79.4 70.7 116.1) |
| OKLCH | oklch(0.812 0.169 122.2) |
Copy-ready code
/* CSS */
color: #afd244;
background-color: #afd244;
/* Tailwind (arbitrary) */
class="text-[#afd244] bg-[#afd244]"
/* SCSS */
$brand: #afd244;
/* SwiftUI */
Color(red: 0.686, green: 0.824, blue: 0.267)
/* Android */
Color.parseColor("#afd244")Accessibility — WCAG contrast
Aa
#afd244 on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd244 on black: 12.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green82.4%
Blue26.7%
CMYK percentages
Cyan16.7%
Magenta0.0%
Yellow67.6%
Key (black)17.6%
Color previews
#afd244 text on a black background
contrast 12.12:1
Card sample
#afd244 text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd244;
Background color
Panel with #afd244 background
background-color: #afd244;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd244;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 210, 68, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 210, 68, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd244; background: linear-gradient(135deg, #afd244, #50D244);