#ace360
a balanced, vivid green · cool · closest name: khaki
RGB
172, 227, 96
HSL
85°, 70%, 63%
CMYK
24, 0, 58, 11
Luminance
0.6455
Every format
| HEX | #ace360 |
| RGB | rgb(172, 227, 96) |
| HSL | hsl(85, 70%, 63%) |
| CMYK | cmyk(24%, 0%, 58%, 11%) |
| LAB | lab(84.3 -37.9 57.2) |
| LCH | lch(84.3 68.6 123.5) |
| OKLCH | oklch(0.851 0.171 128.6) |
Copy-ready code
/* CSS */
color: #ace360;
background-color: #ace360;
/* Tailwind (arbitrary) */
class="text-[#ace360] bg-[#ace360]"
/* SCSS */
$brand: #ace360;
/* SwiftUI */
Color(red: 0.675, green: 0.890, blue: 0.376)
/* Android */
Color.parseColor("#ace360")Accessibility — WCAG contrast
Aa
#ace360 on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ace360 on black: 13.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green89.0%
Blue37.6%
CMYK percentages
Cyan24.2%
Magenta0.0%
Yellow57.7%
Key (black)11.0%
Color previews
#ace360 text on a black background
contrast 13.91:1
Card sample
#ace360 text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ace360;
Background color
Panel with #ace360 background
background-color: #ace360;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ace360;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 227, 96, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 227, 96, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ace360; background: linear-gradient(135deg, #ace360, #60E36B);