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