#acf360
a light, electric green · cool · closest name: khaki
RGB
172, 243, 96
HSL
89°, 86%, 67%
CMYK
29, 0, 61, 5
Luminance
0.7372
Every format
| HEX | #acf360 |
| RGB | rgb(172, 243, 96) |
| HSL | hsl(89, 86%, 67%) |
| CMYK | cmyk(29%, 0%, 61%, 5%) |
| LAB | lab(88.8 -44.9 62.3) |
| LCH | lch(88.8 76.8 125.8) |
| OKLCH | oklch(0.888 0.192 131.1) |
Copy-ready code
/* CSS */
color: #acf360;
background-color: #acf360;
/* Tailwind (arbitrary) */
class="text-[#acf360] bg-[#acf360]"
/* SCSS */
$brand: #acf360;
/* SwiftUI */
Color(red: 0.675, green: 0.953, blue: 0.376)
/* Android */
Color.parseColor("#acf360")Accessibility — WCAG contrast
Aa
#acf360 on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acf360 on black: 15.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green95.3%
Blue37.6%
CMYK percentages
Cyan29.2%
Magenta0.0%
Yellow60.5%
Key (black)4.7%
Color previews
#acf360 text on a black background
contrast 15.74:1
Card sample
#acf360 text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acf360;
Background color
Panel with #acf360 background
background-color: #acf360;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acf360;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 243, 96, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 243, 96, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acf360; background: linear-gradient(135deg, #acf360, #60F376);