#afd552
a balanced, vivid green · cool · closest name: olivedrab
RGB
175, 213, 82
HSL
77°, 61%, 58%
CMYK
18, 0, 62, 17
Luminance
0.5731
Every format
| HEX | #afd552 |
| RGB | rgb(175, 213, 82) |
| HSL | hsl(77, 61%, 58%) |
| CMYK | cmyk(18%, 0%, 62%, 17%) |
| LAB | lab(80.3 -31.5 58.9) |
| LCH | lch(80.3 66.8 118.1) |
| OKLCH | oklch(0.820 0.163 123.7) |
Copy-ready code
/* CSS */
color: #afd552;
background-color: #afd552;
/* Tailwind (arbitrary) */
class="text-[#afd552] bg-[#afd552]"
/* SCSS */
$brand: #afd552;
/* SwiftUI */
Color(red: 0.686, green: 0.835, blue: 0.322)
/* Android */
Color.parseColor("#afd552")Accessibility — WCAG contrast
Aa
#afd552 on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd552 on black: 12.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green83.5%
Blue32.2%
CMYK percentages
Cyan17.8%
Magenta0.0%
Yellow61.5%
Key (black)16.5%
Color previews
#afd552 text on a black background
contrast 12.46:1
Card sample
#afd552 text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd552;
Background color
Panel with #afd552 background
background-color: #afd552;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd552;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 213, 82, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 213, 82, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd552; background: linear-gradient(135deg, #afd552, #58D552);