#afd748
a balanced, vivid green · cool · closest name: olivedrab
RGB
175, 215, 72
HSL
77°, 64%, 56%
CMYK
19, 0, 67, 16
Luminance
0.5818
Every format
| HEX | #afd748 |
| RGB | rgb(175, 215, 72) |
| HSL | hsl(77, 64%, 56%) |
| CMYK | cmyk(19%, 0%, 67%, 16%) |
| LAB | lab(80.8 -33.1 63.5) |
| LCH | lch(80.8 71.6 117.6) |
| OKLCH | oklch(0.824 0.173 123.7) |
Copy-ready code
/* CSS */
color: #afd748;
background-color: #afd748;
/* Tailwind (arbitrary) */
class="text-[#afd748] bg-[#afd748]"
/* SCSS */
$brand: #afd748;
/* SwiftUI */
Color(red: 0.686, green: 0.843, blue: 0.282)
/* Android */
Color.parseColor("#afd748")Accessibility — WCAG contrast
Aa
#afd748 on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd748 on black: 12.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green84.3%
Blue28.2%
CMYK percentages
Cyan18.6%
Magenta0.0%
Yellow66.5%
Key (black)15.7%
Color previews
#afd748 text on a black background
contrast 12.64:1
Card sample
#afd748 text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd748;
Background color
Panel with #afd748 background
background-color: #afd748;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd748;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 215, 72, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 215, 72, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd748; background: linear-gradient(135deg, #afd748, #50D748);