#0f6f2f
a deep, electric green · cool · closest name: seagreen
RGB
15, 111, 47
HSL
140°, 76%, 25%
CMYK
87, 0, 58, 57
Luminance
0.1168
Every format
| HEX | #0f6f2f |
| RGB | rgb(15, 111, 47) |
| HSL | hsl(140, 76%, 25%) |
| CMYK | cmyk(87%, 0%, 58%, 57%) |
| LAB | lab(40.7 -41.0 28.1) |
| LCH | lch(40.7 49.7 145.6) |
| OKLCH | oklch(0.475 0.129 148.6) |
Copy-ready code
/* CSS */
color: #0f6f2f;
background-color: #0f6f2f;
/* Tailwind (arbitrary) */
class="text-[#0f6f2f] bg-[#0f6f2f]"
/* SCSS */
$brand: #0f6f2f;
/* SwiftUI */
Color(red: 0.059, green: 0.435, blue: 0.184)
/* Android */
Color.parseColor("#0f6f2f")Accessibility — WCAG contrast
Aa
#0f6f2f on white: 6.30:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#0f6f2f on black: 3.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green43.5%
Blue18.4%
CMYK percentages
Cyan86.5%
Magenta0.0%
Yellow57.7%
Key (black)56.5%
Color previews
#0f6f2f text on a black background
contrast 3.34:1
Card sample
#0f6f2f text on a white background
contrast 6.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0f6f2f;
Background color
Panel with #0f6f2f background
background-color: #0f6f2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0f6f2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 111, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 111, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0f6f2f; background: linear-gradient(135deg, #0f6f2f, #0F6F6F);