#ace365
a balanced, vivid green · cool · closest name: khaki
RGB
172, 227, 101
HSL
86°, 69%, 64%
CMYK
24, 0, 56, 11
Luminance
0.6465
Every format
| HEX | #ace365 |
| RGB | rgb(172, 227, 101) |
| HSL | hsl(86, 69%, 64%) |
| CMYK | cmyk(24%, 0%, 56%, 11%) |
| LAB | lab(84.3 -37.4 55.0) |
| LCH | lch(84.3 66.5 124.2) |
| OKLCH | oklch(0.852 0.166 129.1) |
Copy-ready code
/* CSS */
color: #ace365;
background-color: #ace365;
/* Tailwind (arbitrary) */
class="text-[#ace365] bg-[#ace365]"
/* SCSS */
$brand: #ace365;
/* SwiftUI */
Color(red: 0.675, green: 0.890, blue: 0.396)
/* Android */
Color.parseColor("#ace365")Accessibility — WCAG contrast
Aa
#ace365 on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ace365 on black: 13.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green89.0%
Blue39.6%
CMYK percentages
Cyan24.2%
Magenta0.0%
Yellow55.5%
Key (black)11.0%
Color previews
#ace365 text on a black background
contrast 13.93:1
Card sample
#ace365 text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ace365;
Background color
Panel with #ace365 background
background-color: #ace365;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ace365;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 227, 101, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 227, 101, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ace365; background: linear-gradient(135deg, #ace365, #65E372);