#aceba0
a light, vivid green · cool · closest name: aquamarine
RGB
172, 235, 160
HSL
110°, 65%, 78%
CMYK
27, 0, 32, 8
Luminance
0.7073
Every format
| HEX | #aceba0 |
| RGB | rgb(172, 235, 160) |
| HSL | hsl(110, 65%, 78%) |
| CMYK | cmyk(27%, 0%, 32%, 8%) |
| LAB | lab(87.3 -33.8 30.2) |
| LCH | lch(87.3 45.3 138.2) |
| OKLCH | oklch(0.879 0.119 140.5) |
Copy-ready code
/* CSS */
color: #aceba0;
background-color: #aceba0;
/* Tailwind (arbitrary) */
class="text-[#aceba0] bg-[#aceba0]"
/* SCSS */
$brand: #aceba0;
/* SwiftUI */
Color(red: 0.675, green: 0.922, blue: 0.627)
/* Android */
Color.parseColor("#aceba0")Accessibility — WCAG contrast
Aa
#aceba0 on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aceba0 on black: 15.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green92.2%
Blue62.7%
CMYK percentages
Cyan26.8%
Magenta0.0%
Yellow31.9%
Key (black)7.8%
Color previews
#aceba0 text on a black background
contrast 15.15:1
Card sample
#aceba0 text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aceba0;
Background color
Panel with #aceba0 background
background-color: #aceba0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aceba0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 235, 160, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 235, 160, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aceba0; background: linear-gradient(135deg, #aceba0, #A0EBC6);