#0ada82
a dark, electric green · cool · closest name: aquamarine
RGB
10, 218, 130
HSL
155°, 91%, 45%
CMYK
95, 0, 40, 15
Luminance
0.5182
Every format
| HEX | #0ada82 |
| RGB | rgb(10, 218, 130) |
| HSL | hsl(155, 91%, 45%) |
| CMYK | cmyk(95%, 0%, 40%, 15%) |
| LAB | lab(77.2 -64.1 31.1) |
| LCH | lch(77.2 71.3 154.1) |
| OKLCH | oklch(0.781 0.189 155.8) |
Copy-ready code
/* CSS */
color: #0ada82;
background-color: #0ada82;
/* Tailwind (arbitrary) */
class="text-[#0ada82] bg-[#0ada82]"
/* SCSS */
$brand: #0ada82;
/* SwiftUI */
Color(red: 0.039, green: 0.855, blue: 0.510)
/* Android */
Color.parseColor("#0ada82")Accessibility — WCAG contrast
Aa
#0ada82 on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0ada82 on black: 11.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.9%
Green85.5%
Blue51.0%
CMYK percentages
Cyan95.4%
Magenta0.0%
Yellow40.4%
Key (black)14.5%
Color previews
#0ada82 text on a black background
contrast 11.36:1
Card sample
#0ada82 text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0ada82;
Background color
Panel with #0ada82 background
background-color: #0ada82;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0ada82;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(10, 218, 130, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(10, 218, 130, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0ada82; background: linear-gradient(135deg, #0ada82, #0AA7DA);