#ace306
a balanced, electric green · cool · closest name: yellow
RGB
172, 227, 6
HSL
75°, 95%, 46%
CMYK
24, 0, 97, 11
Luminance
0.6372
Every format
| HEX | #ace306 |
| RGB | rgb(172, 227, 6) |
| HSL | hsl(75, 95%, 46%) |
| CMYK | cmyk(24%, 0%, 97%, 11%) |
| LAB | lab(83.8 -42.0 81.5) |
| LCH | lch(83.8 91.7 117.2) |
| OKLCH | oklch(0.846 0.213 125.4) |
Copy-ready code
/* CSS */
color: #ace306;
background-color: #ace306;
/* Tailwind (arbitrary) */
class="text-[#ace306] bg-[#ace306]"
/* SCSS */
$brand: #ace306;
/* SwiftUI */
Color(red: 0.675, green: 0.890, blue: 0.024)
/* Android */
Color.parseColor("#ace306")Accessibility — WCAG contrast
Aa
#ace306 on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ace306 on black: 13.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green89.0%
Blue2.4%
CMYK percentages
Cyan24.2%
Magenta0.0%
Yellow97.4%
Key (black)11.0%
Color previews
#ace306 text on a black background
contrast 13.74:1
Card sample
#ace306 text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ace306;
Background color
Panel with #ace306 background
background-color: #ace306;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ace306;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 227, 6, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 227, 6, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ace306; background: linear-gradient(135deg, #ace306, #19E306);