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