#afd751
a balanced, vivid green · cool · closest name: olivedrab
RGB
175, 215, 81
HSL
78°, 63%, 58%
CMYK
19, 0, 62, 16
Luminance
0.5831
Every format
| HEX | #afd751 |
| RGB | rgb(175, 215, 81) |
| HSL | hsl(78, 63%, 58%) |
| CMYK | cmyk(19%, 0%, 62%, 16%) |
| LAB | lab(80.9 -32.5 59.9) |
| LCH | lch(80.9 68.2 118.5) |
| OKLCH | oklch(0.824 0.166 124.1) |
Copy-ready code
/* CSS */
color: #afd751;
background-color: #afd751;
/* Tailwind (arbitrary) */
class="text-[#afd751] bg-[#afd751]"
/* SCSS */
$brand: #afd751;
/* SwiftUI */
Color(red: 0.686, green: 0.843, blue: 0.318)
/* Android */
Color.parseColor("#afd751")Accessibility — WCAG contrast
Aa
#afd751 on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd751 on black: 12.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green84.3%
Blue31.8%
CMYK percentages
Cyan18.6%
Magenta0.0%
Yellow62.3%
Key (black)15.7%
Color previews
#afd751 text on a black background
contrast 12.66:1
Card sample
#afd751 text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd751;
Background color
Panel with #afd751 background
background-color: #afd751;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd751;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 215, 81, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 215, 81, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd751; background: linear-gradient(135deg, #afd751, #56D751);