#0f995b
a dark, electric green · cool · closest name: seagreen
RGB
15, 153, 91
HSL
153°, 82%, 33%
CMYK
90, 0, 41, 40
Luminance
0.2364
Every format
| HEX | #0f995b |
| RGB | rgb(15, 153, 91) |
| HSL | hsl(153, 82%, 33%) |
| CMYK | cmyk(90%, 0%, 41%, 40%) |
| LAB | lab(55.7 -48.4 23.3) |
| LCH | lch(55.7 53.8 154.3) |
| OKLCH | oklch(0.602 0.143 156.0) |
Copy-ready code
/* CSS */
color: #0f995b;
background-color: #0f995b;
/* Tailwind (arbitrary) */
class="text-[#0f995b] bg-[#0f995b]"
/* SCSS */
$brand: #0f995b;
/* SwiftUI */
Color(red: 0.059, green: 0.600, blue: 0.357)
/* Android */
Color.parseColor("#0f995b")Accessibility — WCAG contrast
Aa
#0f995b on white: 3.67:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#0f995b on black: 5.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green60.0%
Blue35.7%
CMYK percentages
Cyan90.2%
Magenta0.0%
Yellow40.5%
Key (black)40.0%
Color previews
#0f995b text on a black background
contrast 5.73:1
Card sample
#0f995b text on a white background
contrast 3.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0f995b;
Background color
Panel with #0f995b background
background-color: #0f995b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0f995b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 153, 91, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 153, 91, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0f995b; background: linear-gradient(135deg, #0f995b, #0F7B99);