#0fcd84
a dark, electric green · cool · closest name: aquamarine
RGB
15, 205, 132
HSL
157°, 86%, 43%
CMYK
93, 0, 36, 20
Luminance
0.4543
Every format
| HEX | #0fcd84 |
| RGB | rgb(15, 205, 132) |
| HSL | hsl(157, 86%, 43%) |
| CMYK | cmyk(93%, 0%, 36%, 20%) |
| LAB | lab(73.2 -59.0 24.8) |
| LCH | lch(73.2 64.0 157.2) |
| OKLCH | oklch(0.749 0.171 158.7) |
Copy-ready code
/* CSS */
color: #0fcd84;
background-color: #0fcd84;
/* Tailwind (arbitrary) */
class="text-[#0fcd84] bg-[#0fcd84]"
/* SCSS */
$brand: #0fcd84;
/* SwiftUI */
Color(red: 0.059, green: 0.804, blue: 0.518)
/* Android */
Color.parseColor("#0fcd84")Accessibility — WCAG contrast
Aa
#0fcd84 on white: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0fcd84 on black: 10.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green80.4%
Blue51.8%
CMYK percentages
Cyan92.7%
Magenta0.0%
Yellow35.6%
Key (black)19.6%
Color previews
#0fcd84 text on a black background
contrast 10.09:1
Card sample
#0fcd84 text on a white background
contrast 2.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0fcd84;
Background color
Panel with #0fcd84 background
background-color: #0fcd84;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0fcd84;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 205, 132, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 205, 132, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0fcd84; background: linear-gradient(135deg, #0fcd84, #0F97CD);