#aceabb
a light, vivid green · cool · closest name: aquamarine
RGB
172, 234, 187
HSL
135°, 60%, 80%
CMYK
27, 0, 20, 8
Luminance
0.7120
Every format
| HEX | #aceabb |
| RGB | rgb(172, 234, 187) |
| HSL | hsl(135, 60%, 80%) |
| CMYK | cmyk(27%, 0%, 20%, 8%) |
| LAB | lab(87.6 -28.8 16.6) |
| LCH | lch(87.6 33.3 150.0) |
| OKLCH | oklch(0.883 0.090 151.7) |
Copy-ready code
/* CSS */
color: #aceabb;
background-color: #aceabb;
/* Tailwind (arbitrary) */
class="text-[#aceabb] bg-[#aceabb]"
/* SCSS */
$brand: #aceabb;
/* SwiftUI */
Color(red: 0.675, green: 0.918, blue: 0.733)
/* Android */
Color.parseColor("#aceabb")Accessibility — WCAG contrast
Aa
#aceabb on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aceabb on black: 15.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green91.8%
Blue73.3%
CMYK percentages
Cyan26.5%
Magenta0.0%
Yellow20.1%
Key (black)8.2%
Color previews
#aceabb text on a black background
contrast 15.24:1
Card sample
#aceabb text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aceabb;
Background color
Panel with #aceabb background
background-color: #aceabb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aceabb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 234, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 234, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aceabb; background: linear-gradient(135deg, #aceabb, #ACEAE4);