#acfeb3
a light, electric green · cool · closest name: aquamarine
RGB
172, 254, 179
HSL
125°, 98%, 84%
CMYK
32, 0, 30, 0
Luminance
0.8291
Every format
| HEX | #acfeb3 |
| RGB | rgb(172, 254, 179) |
| HSL | hsl(125, 98%, 84%) |
| CMYK | cmyk(32%, 0%, 30%, 0%) |
| LAB | lab(93.0 -39.4 28.2) |
| LCH | lch(93.0 48.4 144.4) |
| OKLCH | oklch(0.925 0.129 146.5) |
Copy-ready code
/* CSS */
color: #acfeb3;
background-color: #acfeb3;
/* Tailwind (arbitrary) */
class="text-[#acfeb3] bg-[#acfeb3]"
/* SCSS */
$brand: #acfeb3;
/* SwiftUI */
Color(red: 0.675, green: 0.996, blue: 0.702)
/* Android */
Color.parseColor("#acfeb3")Accessibility — WCAG contrast
Aa
#acfeb3 on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acfeb3 on black: 17.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green99.6%
Blue70.2%
CMYK percentages
Cyan32.3%
Magenta0.0%
Yellow29.5%
Key (black)0.4%
Color previews
#acfeb3 text on a black background
contrast 17.58:1
Card sample
#acfeb3 text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acfeb3;
Background color
Panel with #acfeb3 background
background-color: #acfeb3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acfeb3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 254, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 254, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acfeb3; background: linear-gradient(135deg, #acfeb3, #ACFEEA);