#aceba8
a light, vivid green · cool · closest name: aquamarine
RGB
172, 235, 168
HSL
116°, 63%, 79%
CMYK
27, 0, 29, 8
Luminance
0.7101
Every format
| HEX | #aceba8 |
| RGB | rgb(172, 235, 168) |
| HSL | hsl(116, 63%, 79%) |
| CMYK | cmyk(27%, 0%, 29%, 8%) |
| LAB | lab(87.5 -32.5 26.3) |
| LCH | lch(87.5 41.8 141.0) |
| OKLCH | oklch(0.881 0.111 143.1) |
Copy-ready code
/* CSS */
color: #aceba8;
background-color: #aceba8;
/* Tailwind (arbitrary) */
class="text-[#aceba8] bg-[#aceba8]"
/* SCSS */
$brand: #aceba8;
/* SwiftUI */
Color(red: 0.675, green: 0.922, blue: 0.659)
/* Android */
Color.parseColor("#aceba8")Accessibility — WCAG contrast
Aa
#aceba8 on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aceba8 on black: 15.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green92.2%
Blue65.9%
CMYK percentages
Cyan26.8%
Magenta0.0%
Yellow28.5%
Key (black)7.8%
Color previews
#aceba8 text on a black background
contrast 15.20:1
Card sample
#aceba8 text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aceba8;
Background color
Panel with #aceba8 background
background-color: #aceba8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aceba8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 235, 168, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 235, 168, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aceba8; background: linear-gradient(135deg, #aceba8, #A8EBD1);