#ace299
a light, vivid green · cool · closest name: aquamarine
RGB
172, 226, 153
HSL
104°, 56%, 74%
CMYK
24, 0, 32, 11
Luminance
0.6546
Every format
| HEX | #ace299 |
| RGB | rgb(172, 226, 153) |
| HSL | hsl(104, 56%, 74%) |
| CMYK | cmyk(24%, 0%, 32%, 11%) |
| LAB | lab(84.7 -30.6 30.3) |
| LCH | lch(84.7 43.1 135.3) |
| OKLCH | oklch(0.858 0.113 137.8) |
Copy-ready code
/* CSS */
color: #ace299;
background-color: #ace299;
/* Tailwind (arbitrary) */
class="text-[#ace299] bg-[#ace299]"
/* SCSS */
$brand: #ace299;
/* SwiftUI */
Color(red: 0.675, green: 0.886, blue: 0.600)
/* Android */
Color.parseColor("#ace299")Accessibility — WCAG contrast
Aa
#ace299 on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ace299 on black: 14.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green88.6%
Blue60.0%
CMYK percentages
Cyan23.9%
Magenta0.0%
Yellow32.3%
Key (black)11.4%
Color previews
#ace299 text on a black background
contrast 14.09:1
Card sample
#ace299 text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ace299;
Background color
Panel with #ace299 background
background-color: #ace299;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ace299;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 226, 153, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 226, 153, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ace299; background: linear-gradient(135deg, #ace299, #99E2B7);