#afdb0f
a balanced, electric green · cool · closest name: yellow
RGB
175, 219, 15
HSL
73°, 87%, 46%
CMYK
20, 0, 93, 14
Luminance
0.5981
Every format
| HEX | #afdb0f |
| RGB | rgb(175, 219, 15) |
| HSL | hsl(73, 87%, 46%) |
| CMYK | cmyk(20%, 0%, 93%, 14%) |
| LAB | lab(81.7 -37.1 79.1) |
| LCH | lch(81.7 87.4 115.2) |
| OKLCH | oklch(0.830 0.202 123.1) |
Copy-ready code
/* CSS */
color: #afdb0f;
background-color: #afdb0f;
/* Tailwind (arbitrary) */
class="text-[#afdb0f] bg-[#afdb0f]"
/* SCSS */
$brand: #afdb0f;
/* SwiftUI */
Color(red: 0.686, green: 0.859, blue: 0.059)
/* Android */
Color.parseColor("#afdb0f")Accessibility — WCAG contrast
Aa
#afdb0f on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afdb0f on black: 12.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green85.9%
Blue5.9%
CMYK percentages
Cyan20.1%
Magenta0.0%
Yellow93.2%
Key (black)14.1%
Color previews
#afdb0f text on a black background
contrast 12.96:1
Card sample
#afdb0f text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afdb0f;
Background color
Panel with #afdb0f background
background-color: #afdb0f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afdb0f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 219, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 219, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afdb0f; background: linear-gradient(135deg, #afdb0f, #27DB0F);