#afd925
a balanced, vivid green · cool · closest name: yellow
RGB
175, 217, 37
HSL
74°, 71%, 50%
CMYK
19, 0, 83, 15
Luminance
0.5887
Every format
| HEX | #afd925 |
| RGB | rgb(175, 217, 37) |
| HSL | hsl(74, 71%, 50%) |
| CMYK | cmyk(19%, 0%, 83%, 15%) |
| LAB | lab(81.2 -35.7 74.9) |
| LCH | lch(81.2 83.0 115.5) |
| OKLCH | oklch(0.826 0.194 123.0) |
Copy-ready code
/* CSS */
color: #afd925;
background-color: #afd925;
/* Tailwind (arbitrary) */
class="text-[#afd925] bg-[#afd925]"
/* SCSS */
$brand: #afd925;
/* SwiftUI */
Color(red: 0.686, green: 0.851, blue: 0.145)
/* Android */
Color.parseColor("#afd925")Accessibility — WCAG contrast
Aa
#afd925 on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd925 on black: 12.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green85.1%
Blue14.5%
CMYK percentages
Cyan19.4%
Magenta0.0%
Yellow82.9%
Key (black)14.9%
Color previews
#afd925 text on a black background
contrast 12.77:1
Card sample
#afd925 text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd925;
Background color
Panel with #afd925 background
background-color: #afd925;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd925;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 217, 37, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 217, 37, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd925; background: linear-gradient(135deg, #afd925, #37D925);