#0afd73
a balanced, electric green · cool · closest name: lime
RGB
10, 253, 115
HSL
146°, 98%, 52%
CMYK
96, 0, 55, 1
Luminance
0.7155
Every format
| HEX | #0afd73 |
| RGB | rgb(10, 253, 115) |
| HSL | hsl(146, 98%, 52%) |
| CMYK | cmyk(96%, 0%, 55%, 1%) |
| LAB | lab(87.8 -77.8 51.7) |
| LCH | lch(87.8 93.4 146.4) |
| OKLCH | oklch(0.869 0.242 149.3) |
Copy-ready code
/* CSS */
color: #0afd73;
background-color: #0afd73;
/* Tailwind (arbitrary) */
class="text-[#0afd73] bg-[#0afd73]"
/* SCSS */
$brand: #0afd73;
/* SwiftUI */
Color(red: 0.039, green: 0.992, blue: 0.451)
/* Android */
Color.parseColor("#0afd73")Accessibility — WCAG contrast
Aa
#0afd73 on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0afd73 on black: 15.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.9%
Green99.2%
Blue45.1%
CMYK percentages
Cyan96.0%
Magenta0.0%
Yellow54.5%
Key (black)0.8%
Color previews
#0afd73 text on a black background
contrast 15.31:1
Card sample
#0afd73 text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0afd73;
Background color
Panel with #0afd73 background
background-color: #0afd73;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0afd73;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(10, 253, 115, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(10, 253, 115, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0afd73; background: linear-gradient(135deg, #0afd73, #0AE5FD);