#0f895b
a dark, electric green · cool · closest name: seagreen
RGB
15, 137, 91
HSL
157°, 80%, 30%
CMYK
89, 0, 34, 46
Luminance
0.1875
Every format
| HEX | #0f895b |
| RGB | rgb(15, 137, 91) |
| HSL | hsl(157, 80%, 30%) |
| CMYK | cmyk(89%, 0%, 34%, 46%) |
| LAB | lab(50.4 -42.3 16.1) |
| LCH | lch(50.4 45.3 159.1) |
| OKLCH | oklch(0.558 0.122 160.4) |
Copy-ready code
/* CSS */
color: #0f895b;
background-color: #0f895b;
/* Tailwind (arbitrary) */
class="text-[#0f895b] bg-[#0f895b]"
/* SCSS */
$brand: #0f895b;
/* SwiftUI */
Color(red: 0.059, green: 0.537, blue: 0.357)
/* Android */
Color.parseColor("#0f895b")Accessibility — WCAG contrast
Aa
#0f895b on white: 4.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#0f895b on black: 4.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green53.7%
Blue35.7%
CMYK percentages
Cyan89.1%
Magenta0.0%
Yellow33.6%
Key (black)46.3%
Color previews
#0f895b text on a black background
contrast 4.75:1
Card sample
#0f895b text on a white background
contrast 4.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0f895b;
Background color
Panel with #0f895b background
background-color: #0f895b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0f895b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 137, 91, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 137, 91, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0f895b; background: linear-gradient(135deg, #0f895b, #0F6689);