#0fd68f
a dark, electric green · cool · closest name: aquamarine
RGB
15, 214, 143
HSL
159°, 87%, 45%
CMYK
93, 0, 33, 16
Luminance
0.5018
Every format
| HEX | #0fd68f |
| RGB | rgb(15, 214, 143) |
| HSL | hsl(159, 87%, 45%) |
| CMYK | cmyk(93%, 0%, 33%, 16%) |
| LAB | lab(76.2 -59.9 23.1) |
| LCH | lch(76.2 64.2 158.9) |
| OKLCH | oklch(0.774 0.172 160.3) |
Copy-ready code
/* CSS */
color: #0fd68f;
background-color: #0fd68f;
/* Tailwind (arbitrary) */
class="text-[#0fd68f] bg-[#0fd68f]"
/* SCSS */
$brand: #0fd68f;
/* SwiftUI */
Color(red: 0.059, green: 0.839, blue: 0.561)
/* Android */
Color.parseColor("#0fd68f")Accessibility — WCAG contrast
Aa
#0fd68f on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0fd68f on black: 11.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green83.9%
Blue56.1%
CMYK percentages
Cyan93.0%
Magenta0.0%
Yellow33.2%
Key (black)16.1%
Color previews
#0fd68f text on a black background
contrast 11.04:1
Card sample
#0fd68f text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0fd68f;
Background color
Panel with #0fd68f background
background-color: #0fd68f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0fd68f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 214, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 214, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0fd68f; background: linear-gradient(135deg, #0fd68f, #0F98D6);