#0f7a4d
a dark, electric green · cool · closest name: seagreen
RGB
15, 122, 77
HSL
155°, 78%, 27%
CMYK
88, 0, 37, 52
Luminance
0.1456
Every format
| HEX | #0f7a4d |
| RGB | rgb(15, 122, 77) |
| HSL | hsl(155, 78%, 27%) |
| CMYK | cmyk(88%, 0%, 37%, 52%) |
| LAB | lab(45.0 -39.5 16.9) |
| LCH | lch(45.0 42.9 156.9) |
| OKLCH | oklch(0.512 0.115 158.3) |
Copy-ready code
/* CSS */
color: #0f7a4d;
background-color: #0f7a4d;
/* Tailwind (arbitrary) */
class="text-[#0f7a4d] bg-[#0f7a4d]"
/* SCSS */
$brand: #0f7a4d;
/* SwiftUI */
Color(red: 0.059, green: 0.478, blue: 0.302)
/* Android */
Color.parseColor("#0f7a4d")Accessibility — WCAG contrast
Aa
#0f7a4d on white: 5.37:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#0f7a4d on black: 3.91:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green47.8%
Blue30.2%
CMYK percentages
Cyan87.7%
Magenta0.0%
Yellow36.9%
Key (black)52.2%
Color previews
#0f7a4d text on a black background
contrast 3.91:1
Card sample
#0f7a4d text on a white background
contrast 5.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0f7a4d;
Background color
Panel with #0f7a4d background
background-color: #0f7a4d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0f7a4d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 122, 77, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 122, 77, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0f7a4d; background: linear-gradient(135deg, #0f7a4d, #0F607A);