#ace69b
a light, vivid green · cool · closest name: aquamarine
RGB
172, 230, 155
HSL
106°, 60%, 76%
CMYK
25, 0, 33, 10
Luminance
0.6773
Every format
| HEX | #ace69b |
| RGB | rgb(172, 230, 155) |
| HSL | hsl(106, 60%, 76%) |
| CMYK | cmyk(25%, 0%, 33%, 10%) |
| LAB | lab(85.9 -32.2 30.8) |
| LCH | lch(85.9 44.5 136.3) |
| OKLCH | oklch(0.867 0.117 138.7) |
Copy-ready code
/* CSS */
color: #ace69b;
background-color: #ace69b;
/* Tailwind (arbitrary) */
class="text-[#ace69b] bg-[#ace69b]"
/* SCSS */
$brand: #ace69b;
/* SwiftUI */
Color(red: 0.675, green: 0.902, blue: 0.608)
/* Android */
Color.parseColor("#ace69b")Accessibility — WCAG contrast
Aa
#ace69b on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ace69b on black: 14.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green90.2%
Blue60.8%
CMYK percentages
Cyan25.2%
Magenta0.0%
Yellow32.6%
Key (black)9.8%
Color previews
#ace69b text on a black background
contrast 14.55:1
Card sample
#ace69b text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ace69b;
Background color
Panel with #ace69b background
background-color: #ace69b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ace69b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 230, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 230, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ace69b; background: linear-gradient(135deg, #ace69b, #9BE6BC);