#ace671
a light, vivid green · cool · closest name: khaki
RGB
172, 230, 113
HSL
90°, 70%, 67%
CMYK
25, 0, 51, 10
Luminance
0.6656
Every format
| HEX | #ace671 |
| RGB | rgb(172, 230, 113) |
| HSL | hsl(90, 70%, 67%) |
| CMYK | cmyk(25%, 0%, 51%, 10%) |
| LAB | lab(85.3 -37.6 50.7) |
| LCH | lch(85.3 63.1 126.6) |
| OKLCH | oklch(0.860 0.160 130.9) |
Copy-ready code
/* CSS */
color: #ace671;
background-color: #ace671;
/* Tailwind (arbitrary) */
class="text-[#ace671] bg-[#ace671]"
/* SCSS */
$brand: #ace671;
/* SwiftUI */
Color(red: 0.675, green: 0.902, blue: 0.443)
/* Android */
Color.parseColor("#ace671")Accessibility — WCAG contrast
Aa
#ace671 on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ace671 on black: 14.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green90.2%
Blue44.3%
CMYK percentages
Cyan25.2%
Magenta0.0%
Yellow50.9%
Key (black)9.8%
Color previews
#ace671 text on a black background
contrast 14.31:1
Card sample
#ace671 text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ace671;
Background color
Panel with #ace671 background
background-color: #ace671;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ace671;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 230, 113, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 230, 113, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ace671; background: linear-gradient(135deg, #ace671, #71E684);