#ace94b
a balanced, electric green · cool · closest name: yellow
RGB
172, 233, 75
HSL
83°, 78%, 60%
CMYK
26, 0, 68, 9
Luminance
0.6756
Every format
| HEX | #ace94b |
| RGB | rgb(172, 233, 75) |
| HSL | hsl(83, 78%, 60%) |
| CMYK | cmyk(26%, 0%, 68%, 9%) |
| LAB | lab(85.8 -42.1 67.4) |
| LCH | lch(85.8 79.5 122.0) |
| OKLCH | oklch(0.863 0.194 128.2) |
Copy-ready code
/* CSS */
color: #ace94b;
background-color: #ace94b;
/* Tailwind (arbitrary) */
class="text-[#ace94b] bg-[#ace94b]"
/* SCSS */
$brand: #ace94b;
/* SwiftUI */
Color(red: 0.675, green: 0.914, blue: 0.294)
/* Android */
Color.parseColor("#ace94b")Accessibility — WCAG contrast
Aa
#ace94b on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ace94b on black: 14.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green91.4%
Blue29.4%
CMYK percentages
Cyan26.2%
Magenta0.0%
Yellow67.8%
Key (black)8.6%
Color previews
#ace94b text on a black background
contrast 14.51:1
Card sample
#ace94b text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ace94b;
Background color
Panel with #ace94b background
background-color: #ace94b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ace94b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 233, 75, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 233, 75, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ace94b; background: linear-gradient(135deg, #ace94b, #4BE953);