#afe348
a balanced, vivid green · cool · closest name: yellow
RGB
175, 227, 72
HSL
80°, 74%, 59%
CMYK
23, 0, 68, 11
Luminance
0.6452
Every format
| HEX | #afe348 |
| RGB | rgb(175, 227, 72) |
| HSL | hsl(80, 74%, 59%) |
| CMYK | cmyk(23%, 0%, 68%, 11%) |
| LAB | lab(84.2 -38.6 67.0) |
| LCH | lch(84.2 77.3 119.9) |
| OKLCH | oklch(0.851 0.187 126.2) |
Copy-ready code
/* CSS */
color: #afe348;
background-color: #afe348;
/* Tailwind (arbitrary) */
class="text-[#afe348] bg-[#afe348]"
/* SCSS */
$brand: #afe348;
/* SwiftUI */
Color(red: 0.686, green: 0.890, blue: 0.282)
/* Android */
Color.parseColor("#afe348")Accessibility — WCAG contrast
Aa
#afe348 on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afe348 on black: 13.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green89.0%
Blue28.2%
CMYK percentages
Cyan22.9%
Magenta0.0%
Yellow68.3%
Key (black)11.0%
Color previews
#afe348 text on a black background
contrast 13.90:1
Card sample
#afe348 text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afe348;
Background color
Panel with #afe348 background
background-color: #afe348;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afe348;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 227, 72, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 227, 72, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afe348; background: linear-gradient(135deg, #afe348, #48E348);