#ace375
a light, vivid green · cool · closest name: khaki
RGB
172, 227, 117
HSL
90°, 66%, 68%
CMYK
24, 0, 49, 11
Luminance
0.6499
Every format
| HEX | #ace375 |
| RGB | rgb(172, 227, 117) |
| HSL | hsl(90, 66%, 68%) |
| CMYK | cmyk(24%, 0%, 49%, 11%) |
| LAB | lab(84.5 -35.8 47.8) |
| LCH | lch(84.5 59.7 126.8) |
| OKLCH | oklch(0.854 0.152 130.9) |
Copy-ready code
/* CSS */
color: #ace375;
background-color: #ace375;
/* Tailwind (arbitrary) */
class="text-[#ace375] bg-[#ace375]"
/* SCSS */
$brand: #ace375;
/* SwiftUI */
Color(red: 0.675, green: 0.890, blue: 0.459)
/* Android */
Color.parseColor("#ace375")Accessibility — WCAG contrast
Aa
#ace375 on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ace375 on black: 14.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green89.0%
Blue45.9%
CMYK percentages
Cyan24.2%
Magenta0.0%
Yellow48.5%
Key (black)11.0%
Color previews
#ace375 text on a black background
contrast 14.00:1
Card sample
#ace375 text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ace375;
Background color
Panel with #ace375 background
background-color: #ace375;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ace375;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 227, 117, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 227, 117, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ace375; background: linear-gradient(135deg, #ace375, #75E387);