#afdf25
a balanced, vivid green · cool · closest name: yellow
RGB
175, 223, 37
HSL
76°, 74%, 51%
CMYK
22, 0, 83, 13
Luminance
0.6202
Every format
| HEX | #afdf25 |
| RGB | rgb(175, 223, 37) |
| HSL | hsl(76, 74%, 51%) |
| CMYK | cmyk(22%, 0%, 83%, 13%) |
| LAB | lab(82.9 -38.4 76.3) |
| LCH | lch(82.9 85.5 116.7) |
| OKLCH | oklch(0.840 0.200 124.3) |
Copy-ready code
/* CSS */
color: #afdf25;
background-color: #afdf25;
/* Tailwind (arbitrary) */
class="text-[#afdf25] bg-[#afdf25]"
/* SCSS */
$brand: #afdf25;
/* SwiftUI */
Color(red: 0.686, green: 0.875, blue: 0.145)
/* Android */
Color.parseColor("#afdf25")Accessibility — WCAG contrast
Aa
#afdf25 on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afdf25 on black: 13.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green87.5%
Blue14.5%
CMYK percentages
Cyan21.5%
Magenta0.0%
Yellow83.4%
Key (black)12.5%
Color previews
#afdf25 text on a black background
contrast 13.40:1
Card sample
#afdf25 text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afdf25;
Background color
Panel with #afdf25 background
background-color: #afdf25;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afdf25;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 223, 37, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 223, 37, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afdf25; background: linear-gradient(135deg, #afdf25, #33DF25);