#0f6b49
a deep, electric green · cool · closest name: seagreen
RGB
15, 107, 73
HSL
158°, 75%, 24%
CMYK
86, 0, 32, 58
Luminance
0.1110
Every format
| HEX | #0f6b49 |
| RGB | rgb(15, 107, 73) |
| HSL | hsl(158, 75%, 24%) |
| CMYK | cmyk(86%, 0%, 32%, 58%) |
| LAB | lab(39.7 -34.2 12.0) |
| LCH | lch(39.7 36.2 160.6) |
| OKLCH | oklch(0.469 0.098 161.9) |
Copy-ready code
/* CSS */
color: #0f6b49;
background-color: #0f6b49;
/* Tailwind (arbitrary) */
class="text-[#0f6b49] bg-[#0f6b49]"
/* SCSS */
$brand: #0f6b49;
/* SwiftUI */
Color(red: 0.059, green: 0.420, blue: 0.286)
/* Android */
Color.parseColor("#0f6b49")Accessibility — WCAG contrast
Aa
#0f6b49 on white: 6.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#0f6b49 on black: 3.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green42.0%
Blue28.6%
CMYK percentages
Cyan86.0%
Magenta0.0%
Yellow31.8%
Key (black)58.0%
Color previews
#0f6b49 text on a black background
contrast 3.22:1
Card sample
#0f6b49 text on a white background
contrast 6.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0f6b49;
Background color
Panel with #0f6b49 background
background-color: #0f6b49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0f6b49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 107, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 107, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0f6b49; background: linear-gradient(135deg, #0f6b49, #0F506B);