#acf899
a light, electric green · cool · closest name: aquamarine
RGB
172, 248, 153
HSL
108°, 87%, 79%
CMYK
31, 0, 38, 3
Luminance
0.7821
Every format
| HEX | #acf899 |
| RGB | rgb(172, 248, 153) |
| HSL | hsl(108, 87%, 79%) |
| CMYK | cmyk(31%, 0%, 38%, 3%) |
| LAB | lab(90.9 -40.7 38.4) |
| LCH | lch(90.9 55.9 136.7) |
| OKLCH | oklch(0.907 0.146 139.5) |
Copy-ready code
/* CSS */
color: #acf899;
background-color: #acf899;
/* Tailwind (arbitrary) */
class="text-[#acf899] bg-[#acf899]"
/* SCSS */
$brand: #acf899;
/* SwiftUI */
Color(red: 0.675, green: 0.973, blue: 0.600)
/* Android */
Color.parseColor("#acf899")Accessibility — WCAG contrast
Aa
#acf899 on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acf899 on black: 16.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green97.3%
Blue60.0%
CMYK percentages
Cyan30.6%
Magenta0.0%
Yellow38.3%
Key (black)2.7%
Color previews
#acf899 text on a black background
contrast 16.64:1
Card sample
#acf899 text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acf899;
Background color
Panel with #acf899 background
background-color: #acf899;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acf899;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 248, 153, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 248, 153, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acf899; background: linear-gradient(135deg, #acf899, #99F8C5);