#ace310
a balanced, electric green · cool · closest name: yellow
RGB
172, 227, 16
HSL
76°, 87%, 48%
CMYK
24, 0, 93, 11
Luminance
0.6375
Every format
| HEX | #ace310 |
| RGB | rgb(172, 227, 16) |
| HSL | hsl(76, 87%, 48%) |
| CMYK | cmyk(24%, 0%, 93%, 11%) |
| LAB | lab(83.8 -41.8 80.6) |
| LCH | lch(83.8 90.8 117.4) |
| OKLCH | oklch(0.847 0.211 125.5) |
Copy-ready code
/* CSS */
color: #ace310;
background-color: #ace310;
/* Tailwind (arbitrary) */
class="text-[#ace310] bg-[#ace310]"
/* SCSS */
$brand: #ace310;
/* SwiftUI */
Color(red: 0.675, green: 0.890, blue: 0.063)
/* Android */
Color.parseColor("#ace310")Accessibility — WCAG contrast
Aa
#ace310 on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ace310 on black: 13.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green89.0%
Blue6.3%
CMYK percentages
Cyan24.2%
Magenta0.0%
Yellow93.0%
Key (black)11.0%
Color previews
#ace310 text on a black background
contrast 13.75:1
Card sample
#ace310 text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ace310;
Background color
Panel with #ace310 background
background-color: #ace310;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ace310;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 227, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 227, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ace310; background: linear-gradient(135deg, #ace310, #1FE310);