#0ae477
a balanced, electric green · cool · closest name: forestgreen
RGB
10, 228, 119
HSL
150°, 92%, 47%
CMYK
96, 0, 48, 11
Luminance
0.5688
Every format
| HEX | #0ae477 |
| RGB | rgb(10, 228, 119) |
| HSL | hsl(150, 92%, 47%) |
| CMYK | cmyk(96%, 0%, 48%, 11%) |
| LAB | lab(80.1 -69.4 40.4) |
| LCH | lch(80.1 80.3 149.8) |
| OKLCH | oklch(0.805 0.210 152.0) |
Copy-ready code
/* CSS */
color: #0ae477;
background-color: #0ae477;
/* Tailwind (arbitrary) */
class="text-[#0ae477] bg-[#0ae477]"
/* SCSS */
$brand: #0ae477;
/* SwiftUI */
Color(red: 0.039, green: 0.894, blue: 0.467)
/* Android */
Color.parseColor("#0ae477")Accessibility — WCAG contrast
Aa
#0ae477 on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0ae477 on black: 12.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.9%
Green89.4%
Blue46.7%
CMYK percentages
Cyan95.6%
Magenta0.0%
Yellow47.8%
Key (black)10.6%
Color previews
#0ae477 text on a black background
contrast 12.38:1
Card sample
#0ae477 text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0ae477;
Background color
Panel with #0ae477 background
background-color: #0ae477;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0ae477;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(10, 228, 119, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(10, 228, 119, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0ae477; background: linear-gradient(135deg, #0ae477, #0AC0E4);