#ace13f
a balanced, vivid green · cool · closest name: yellow
RGB
172, 225, 63
HSL
80°, 73%, 57%
CMYK
24, 0, 72, 12
Luminance
0.6298
Every format
| HEX | #ace13f |
| RGB | rgb(172, 225, 63) |
| HSL | hsl(80, 73%, 57%) |
| CMYK | cmyk(24%, 0%, 72%, 12%) |
| LAB | lab(83.4 -39.4 69.3) |
| LCH | lch(83.4 79.7 119.6) |
| OKLCH | oklch(0.844 0.192 126.2) |
Copy-ready code
/* CSS */
color: #ace13f;
background-color: #ace13f;
/* Tailwind (arbitrary) */
class="text-[#ace13f] bg-[#ace13f]"
/* SCSS */
$brand: #ace13f;
/* SwiftUI */
Color(red: 0.675, green: 0.882, blue: 0.247)
/* Android */
Color.parseColor("#ace13f")Accessibility — WCAG contrast
Aa
#ace13f on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ace13f on black: 13.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green88.2%
Blue24.7%
CMYK percentages
Cyan23.6%
Magenta0.0%
Yellow72.0%
Key (black)11.8%
Color previews
#ace13f text on a black background
contrast 13.60:1
Card sample
#ace13f text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ace13f;
Background color
Panel with #ace13f background
background-color: #ace13f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ace13f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 225, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 225, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ace13f; background: linear-gradient(135deg, #ace13f, #40E13F);