#acf962
a light, electric green · cool · closest name: yellow
RGB
172, 249, 98
HSL
91°, 93%, 68%
CMYK
31, 0, 61, 2
Luminance
0.7740
Every format
| HEX | #acf962 |
| RGB | rgb(172, 249, 98) |
| HSL | hsl(91, 93%, 68%) |
| CMYK | cmyk(31%, 0%, 61%, 2%) |
| LAB | lab(90.5 -47.3 63.3) |
| LCH | lch(90.5 79.0 126.8) |
| OKLCH | oklch(0.902 0.198 132.1) |
Copy-ready code
/* CSS */
color: #acf962;
background-color: #acf962;
/* Tailwind (arbitrary) */
class="text-[#acf962] bg-[#acf962]"
/* SCSS */
$brand: #acf962;
/* SwiftUI */
Color(red: 0.675, green: 0.976, blue: 0.384)
/* Android */
Color.parseColor("#acf962")Accessibility — WCAG contrast
Aa
#acf962 on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acf962 on black: 16.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green97.6%
Blue38.4%
CMYK percentages
Cyan30.9%
Magenta0.0%
Yellow60.6%
Key (black)2.4%
Color previews
#acf962 text on a black background
contrast 16.48:1
Card sample
#acf962 text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acf962;
Background color
Panel with #acf962 background
background-color: #acf962;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acf962;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 249, 98, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 249, 98, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acf962; background: linear-gradient(135deg, #acf962, #62F97D);