#acf697
a light, electric green · cool · closest name: aquamarine
RGB
172, 246, 151
HSL
107°, 84%, 78%
CMYK
30, 0, 39, 4
Luminance
0.7692
Every format
| HEX | #acf697 |
| RGB | rgb(172, 246, 151) |
| HSL | hsl(107, 84%, 78%) |
| CMYK | cmyk(30%, 0%, 39%, 4%) |
| LAB | lab(90.3 -40.1 38.6) |
| LCH | lch(90.3 55.6 136.1) |
| OKLCH | oklch(0.902 0.145 138.9) |
Copy-ready code
/* CSS */
color: #acf697;
background-color: #acf697;
/* Tailwind (arbitrary) */
class="text-[#acf697] bg-[#acf697]"
/* SCSS */
$brand: #acf697;
/* SwiftUI */
Color(red: 0.675, green: 0.965, blue: 0.592)
/* Android */
Color.parseColor("#acf697")Accessibility — WCAG contrast
Aa
#acf697 on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acf697 on black: 16.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green96.5%
Blue59.2%
CMYK percentages
Cyan30.1%
Magenta0.0%
Yellow38.6%
Key (black)3.5%
Color previews
#acf697 text on a black background
contrast 16.38:1
Card sample
#acf697 text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acf697;
Background color
Panel with #acf697 background
background-color: #acf697;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acf697;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 246, 151, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 246, 151, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acf697; background: linear-gradient(135deg, #acf697, #97F6C1);