#0fd685
a dark, electric green · cool · closest name: aquamarine
RGB
15, 214, 133
HSL
156°, 87%, 45%
CMYK
93, 0, 38, 16
Luminance
0.4989
Every format
| HEX | #0fd685 |
| RGB | rgb(15, 214, 133) |
| HSL | hsl(156, 87%, 45%) |
| CMYK | cmyk(93%, 0%, 38%, 16%) |
| LAB | lab(76.0 -62.0 28.0) |
| LCH | lch(76.0 68.0 155.7) |
| OKLCH | oklch(0.772 0.181 157.2) |
Copy-ready code
/* CSS */
color: #0fd685;
background-color: #0fd685;
/* Tailwind (arbitrary) */
class="text-[#0fd685] bg-[#0fd685]"
/* SCSS */
$brand: #0fd685;
/* SwiftUI */
Color(red: 0.059, green: 0.839, blue: 0.522)
/* Android */
Color.parseColor("#0fd685")Accessibility — WCAG contrast
Aa
#0fd685 on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0fd685 on black: 10.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green83.9%
Blue52.2%
CMYK percentages
Cyan93.0%
Magenta0.0%
Yellow37.9%
Key (black)16.1%
Color previews
#0fd685 text on a black background
contrast 10.98:1
Card sample
#0fd685 text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0fd685;
Background color
Panel with #0fd685 background
background-color: #0fd685;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0fd685;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 214, 133, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 214, 133, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0fd685; background: linear-gradient(135deg, #0fd685, #0FA2D6);