#afdf54
a balanced, vivid green · cool · closest name: olivedrab
RGB
175, 223, 84
HSL
81°, 69%, 60%
CMYK
22, 0, 62, 13
Luminance
0.6253
Every format
| HEX | #afdf54 |
| RGB | rgb(175, 223, 84) |
| HSL | hsl(81, 69%, 60%) |
| CMYK | cmyk(22%, 0%, 62%, 13%) |
| LAB | lab(83.2 -36.0 61.2) |
| LCH | lch(83.2 70.9 120.4) |
| OKLCH | oklch(0.843 0.174 126.1) |
Copy-ready code
/* CSS */
color: #afdf54;
background-color: #afdf54;
/* Tailwind (arbitrary) */
class="text-[#afdf54] bg-[#afdf54]"
/* SCSS */
$brand: #afdf54;
/* SwiftUI */
Color(red: 0.686, green: 0.875, blue: 0.329)
/* Android */
Color.parseColor("#afdf54")Accessibility — WCAG contrast
Aa
#afdf54 on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afdf54 on black: 13.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green87.5%
Blue32.9%
CMYK percentages
Cyan21.5%
Magenta0.0%
Yellow62.3%
Key (black)12.5%
Color previews
#afdf54 text on a black background
contrast 13.51:1
Card sample
#afdf54 text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afdf54;
Background color
Panel with #afdf54 background
background-color: #afdf54;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afdf54;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 223, 84, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 223, 84, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afdf54; background: linear-gradient(135deg, #afdf54, #54DF56);