#0f6237
a deep, vivid green · cool · closest name: seagreen
RGB
15, 98, 55
HSL
149°, 74%, 22%
CMYK
85, 0, 44, 62
Luminance
0.0911
Every format
| HEX | #0f6237 |
| RGB | rgb(15, 98, 55) |
| HSL | hsl(149, 74%, 22%) |
| CMYK | cmyk(85%, 0%, 44%, 62%) |
| LAB | lab(36.2 -34.5 17.9) |
| LCH | lch(36.2 38.9 152.6) |
| OKLCH | oklch(0.438 0.103 154.4) |
Copy-ready code
/* CSS */
color: #0f6237;
background-color: #0f6237;
/* Tailwind (arbitrary) */
class="text-[#0f6237] bg-[#0f6237]"
/* SCSS */
$brand: #0f6237;
/* SwiftUI */
Color(red: 0.059, green: 0.384, blue: 0.216)
/* Android */
Color.parseColor("#0f6237")Accessibility — WCAG contrast
Aa
#0f6237 on white: 7.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0f6237 on black: 2.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green38.4%
Blue21.6%
CMYK percentages
Cyan84.7%
Magenta0.0%
Yellow43.9%
Key (black)61.6%
Color previews
#0f6237 text on a black background
contrast 2.82:1
Card sample
#0f6237 text on a white background
contrast 7.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0f6237;
Background color
Panel with #0f6237 background
background-color: #0f6237;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0f6237;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 98, 55, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 98, 55, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0f6237; background: linear-gradient(135deg, #0f6237, #0F5662);