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