#ace347
a balanced, vivid green · cool · closest name: yellow
RGB
172, 227, 71
HSL
81°, 74%, 58%
CMYK
24, 0, 69, 11
Luminance
0.6416
Every format
| HEX | #ace347 |
| RGB | rgb(172, 227, 71) |
| HSL | hsl(81, 74%, 58%) |
| CMYK | cmyk(24%, 0%, 69%, 11%) |
| LAB | lab(84.0 -39.8 67.1) |
| LCH | lch(84.0 78.0 120.7) |
| OKLCH | oklch(0.849 0.189 127.0) |
Copy-ready code
/* CSS */
color: #ace347;
background-color: #ace347;
/* Tailwind (arbitrary) */
class="text-[#ace347] bg-[#ace347]"
/* SCSS */
$brand: #ace347;
/* SwiftUI */
Color(red: 0.675, green: 0.890, blue: 0.278)
/* Android */
Color.parseColor("#ace347")Accessibility — WCAG contrast
Aa
#ace347 on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ace347 on black: 13.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green89.0%
Blue27.8%
CMYK percentages
Cyan24.2%
Magenta0.0%
Yellow68.7%
Key (black)11.0%
Color previews
#ace347 text on a black background
contrast 13.83:1
Card sample
#ace347 text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ace347;
Background color
Panel with #ace347 background
background-color: #ace347;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ace347;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 227, 71, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 227, 71, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ace347; background: linear-gradient(135deg, #ace347, #47E34A);