#aceb96
a light, vivid green · cool · closest name: aquamarine
RGB
172, 235, 150
HSL
105°, 68%, 76%
CMYK
27, 0, 36, 8
Luminance
0.7039
Every format
| HEX | #aceb96 |
| RGB | rgb(172, 235, 150) |
| HSL | hsl(105, 68%, 76%) |
| CMYK | cmyk(27%, 0%, 36%, 8%) |
| LAB | lab(87.2 -35.2 35.0) |
| LCH | lch(87.2 49.7 135.2) |
| OKLCH | oklch(0.877 0.130 137.9) |
Copy-ready code
/* CSS */
color: #aceb96;
background-color: #aceb96;
/* Tailwind (arbitrary) */
class="text-[#aceb96] bg-[#aceb96]"
/* SCSS */
$brand: #aceb96;
/* SwiftUI */
Color(red: 0.675, green: 0.922, blue: 0.588)
/* Android */
Color.parseColor("#aceb96")Accessibility — WCAG contrast
Aa
#aceb96 on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aceb96 on black: 15.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green92.2%
Blue58.8%
CMYK percentages
Cyan26.8%
Magenta0.0%
Yellow36.2%
Key (black)7.8%
Color previews
#aceb96 text on a black background
contrast 15.08:1
Card sample
#aceb96 text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aceb96;
Background color
Panel with #aceb96 background
background-color: #aceb96;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aceb96;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 235, 150, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 235, 150, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aceb96; background: linear-gradient(135deg, #aceb96, #96EBB9);