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