#acf565
a light, electric green · cool · closest name: khaki
RGB
172, 245, 101
HSL
90°, 88%, 68%
CMYK
30, 0, 59, 4
Luminance
0.7502
Every format
| HEX | #acf565 |
| RGB | rgb(172, 245, 101) |
| HSL | hsl(90, 88%, 68%) |
| CMYK | cmyk(30%, 0%, 59%, 4%) |
| LAB | lab(89.4 -45.3 60.8) |
| LCH | lch(89.4 75.9 126.7) |
| OKLCH | oklch(0.893 0.190 131.8) |
Copy-ready code
/* CSS */
color: #acf565;
background-color: #acf565;
/* Tailwind (arbitrary) */
class="text-[#acf565] bg-[#acf565]"
/* SCSS */
$brand: #acf565;
/* SwiftUI */
Color(red: 0.675, green: 0.961, blue: 0.396)
/* Android */
Color.parseColor("#acf565")Accessibility — WCAG contrast
Aa
#acf565 on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acf565 on black: 16.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green96.1%
Blue39.6%
CMYK percentages
Cyan29.8%
Magenta0.0%
Yellow58.8%
Key (black)3.9%
Color previews
#acf565 text on a black background
contrast 16.00:1
Card sample
#acf565 text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acf565;
Background color
Panel with #acf565 background
background-color: #acf565;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acf565;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 245, 101, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 245, 101, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acf565; background: linear-gradient(135deg, #acf565, #65F57E);