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