#0f702f
a deep, electric green · cool · closest name: seagreen
RGB
15, 112, 47
HSL
140°, 76%, 25%
CMYK
87, 0, 58, 56
Luminance
0.1190
Every format
| HEX | #0f702f |
| RGB | rgb(15, 112, 47) |
| HSL | hsl(140, 76%, 25%) |
| CMYK | cmyk(87%, 0%, 58%, 56%) |
| LAB | lab(41.0 -41.4 28.5) |
| LCH | lch(41.0 50.3 145.5) |
| OKLCH | oklch(0.478 0.130 148.5) |
Copy-ready code
/* CSS */
color: #0f702f;
background-color: #0f702f;
/* Tailwind (arbitrary) */
class="text-[#0f702f] bg-[#0f702f]"
/* SCSS */
$brand: #0f702f;
/* SwiftUI */
Color(red: 0.059, green: 0.439, blue: 0.184)
/* Android */
Color.parseColor("#0f702f")Accessibility — WCAG contrast
Aa
#0f702f on white: 6.21:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#0f702f on black: 3.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green43.9%
Blue18.4%
CMYK percentages
Cyan86.6%
Magenta0.0%
Yellow58.0%
Key (black)56.1%
Color previews
#0f702f text on a black background
contrast 3.38:1
Card sample
#0f702f text on a white background
contrast 6.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0f702f;
Background color
Panel with #0f702f background
background-color: #0f702f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0f702f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 112, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 112, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0f702f; background: linear-gradient(135deg, #0f702f, #0F7070);