#ace698
a light, vivid green · cool · closest name: aquamarine
RGB
172, 230, 152
HSL
105°, 61%, 75%
CMYK
25, 0, 34, 10
Luminance
0.6763
Every format
| HEX | #ace698 |
| RGB | rgb(172, 230, 152) |
| HSL | hsl(105, 61%, 75%) |
| CMYK | cmyk(25%, 0%, 34%, 10%) |
| LAB | lab(85.8 -32.6 32.2) |
| LCH | lch(85.8 45.9 135.4) |
| OKLCH | oklch(0.866 0.120 137.9) |
Copy-ready code
/* CSS */
color: #ace698;
background-color: #ace698;
/* Tailwind (arbitrary) */
class="text-[#ace698] bg-[#ace698]"
/* SCSS */
$brand: #ace698;
/* SwiftUI */
Color(red: 0.675, green: 0.902, blue: 0.596)
/* Android */
Color.parseColor("#ace698")Accessibility — WCAG contrast
Aa
#ace698 on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ace698 on black: 14.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green90.2%
Blue59.6%
CMYK percentages
Cyan25.2%
Magenta0.0%
Yellow33.9%
Key (black)9.8%
Color previews
#ace698 text on a black background
contrast 14.53:1
Card sample
#ace698 text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ace698;
Background color
Panel with #ace698 background
background-color: #ace698;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ace698;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 230, 152, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 230, 152, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ace698; background: linear-gradient(135deg, #ace698, #98E6B8);