#aceb9d
a light, vivid green · cool · closest name: aquamarine
RGB
172, 235, 157
HSL
109°, 66%, 77%
CMYK
27, 0, 33, 8
Luminance
0.7062
Every format
| HEX | #aceb9d |
| RGB | rgb(172, 235, 157) |
| HSL | hsl(109, 66%, 77%) |
| CMYK | cmyk(27%, 0%, 33%, 8%) |
| LAB | lab(87.3 -34.2 31.7) |
| LCH | lch(87.3 46.6 137.2) |
| OKLCH | oklch(0.878 0.122 139.7) |
Copy-ready code
/* CSS */
color: #aceb9d;
background-color: #aceb9d;
/* Tailwind (arbitrary) */
class="text-[#aceb9d] bg-[#aceb9d]"
/* SCSS */
$brand: #aceb9d;
/* SwiftUI */
Color(red: 0.675, green: 0.922, blue: 0.616)
/* Android */
Color.parseColor("#aceb9d")Accessibility — WCAG contrast
Aa
#aceb9d on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aceb9d on black: 15.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green92.2%
Blue61.6%
CMYK percentages
Cyan26.8%
Magenta0.0%
Yellow33.2%
Key (black)7.8%
Color previews
#aceb9d text on a black background
contrast 15.12:1
Card sample
#aceb9d text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aceb9d;
Background color
Panel with #aceb9d background
background-color: #aceb9d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aceb9d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 235, 157, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 235, 157, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aceb9d; background: linear-gradient(135deg, #aceb9d, #9DEBC2);