#aceba4
a light, vivid green · cool · closest name: aquamarine
RGB
172, 235, 164
HSL
113°, 64%, 78%
CMYK
27, 0, 30, 8
Luminance
0.7087
Every format
| HEX | #aceba4 |
| RGB | rgb(172, 235, 164) |
| HSL | hsl(113, 64%, 78%) |
| CMYK | cmyk(27%, 0%, 30%, 8%) |
| LAB | lab(87.4 -33.1 28.3) |
| LCH | lch(87.4 43.6 139.6) |
| OKLCH | oklch(0.880 0.115 141.8) |
Copy-ready code
/* CSS */
color: #aceba4;
background-color: #aceba4;
/* Tailwind (arbitrary) */
class="text-[#aceba4] bg-[#aceba4]"
/* SCSS */
$brand: #aceba4;
/* SwiftUI */
Color(red: 0.675, green: 0.922, blue: 0.643)
/* Android */
Color.parseColor("#aceba4")Accessibility — WCAG contrast
Aa
#aceba4 on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aceba4 on black: 15.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green92.2%
Blue64.3%
CMYK percentages
Cyan26.8%
Magenta0.0%
Yellow30.2%
Key (black)7.8%
Color previews
#aceba4 text on a black background
contrast 15.17:1
Card sample
#aceba4 text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aceba4;
Background color
Panel with #aceba4 background
background-color: #aceba4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aceba4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 235, 164, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 235, 164, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aceba4; background: linear-gradient(135deg, #aceba4, #A4EBCB);