#0fd582
a dark, electric green · cool · closest name: aquamarine
RGB
15, 213, 130
HSL
155°, 87%, 45%
CMYK
93, 0, 39, 17
Luminance
0.4930
Every format
| HEX | #0fd582 |
| RGB | rgb(15, 213, 130) |
| HSL | hsl(155, 87%, 45%) |
| CMYK | cmyk(93%, 0%, 39%, 17%) |
| LAB | lab(75.6 -62.2 29.1) |
| LCH | lch(75.6 68.7 154.9) |
| OKLCH | oklch(0.769 0.182 156.6) |
Copy-ready code
/* CSS */
color: #0fd582;
background-color: #0fd582;
/* Tailwind (arbitrary) */
class="text-[#0fd582] bg-[#0fd582]"
/* SCSS */
$brand: #0fd582;
/* SwiftUI */
Color(red: 0.059, green: 0.835, blue: 0.510)
/* Android */
Color.parseColor("#0fd582")Accessibility — WCAG contrast
Aa
#0fd582 on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0fd582 on black: 10.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green83.5%
Blue51.0%
CMYK percentages
Cyan93.0%
Magenta0.0%
Yellow39.0%
Key (black)16.5%
Color previews
#0fd582 text on a black background
contrast 10.86:1
Card sample
#0fd582 text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0fd582;
Background color
Panel with #0fd582 background
background-color: #0fd582;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0fd582;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 213, 130, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 213, 130, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0fd582; background: linear-gradient(135deg, #0fd582, #0FA4D5);