#0fba72
a dark, electric green · cool · closest name: seagreen
RGB
15, 186, 114
HSL
155°, 85%, 39%
CMYK
92, 0, 39, 27
Luminance
0.3643
Every format
| HEX | #0fba72 |
| RGB | rgb(15, 186, 114) |
| HSL | hsl(155, 85%, 39%) |
| CMYK | cmyk(92%, 0%, 39%, 27%) |
| LAB | lab(66.8 -55.8 25.8) |
| LCH | lch(66.8 61.5 155.2) |
| OKLCH | oklch(0.695 0.164 156.8) |
Copy-ready code
/* CSS */
color: #0fba72;
background-color: #0fba72;
/* Tailwind (arbitrary) */
class="text-[#0fba72] bg-[#0fba72]"
/* SCSS */
$brand: #0fba72;
/* SwiftUI */
Color(red: 0.059, green: 0.729, blue: 0.447)
/* Android */
Color.parseColor("#0fba72")Accessibility — WCAG contrast
Aa
#0fba72 on white: 2.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0fba72 on black: 8.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green72.9%
Blue44.7%
CMYK percentages
Cyan91.9%
Magenta0.0%
Yellow38.7%
Key (black)27.1%
Color previews
#0fba72 text on a black background
contrast 8.29:1
Card sample
#0fba72 text on a white background
contrast 2.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0fba72;
Background color
Panel with #0fba72 background
background-color: #0fba72;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0fba72;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 186, 114, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 186, 114, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0fba72; background: linear-gradient(135deg, #0fba72, #0F90BA);