#0f482e
a deep, vivid green · cool · closest name: darkslategray
RGB
15, 72, 46
HSL
153°, 66%, 17%
CMYK
79, 0, 36, 72
Luminance
0.0493
Every format
| HEX | #0f482e |
| RGB | rgb(15, 72, 46) |
| HSL | hsl(153, 66%, 17%) |
| CMYK | cmyk(79%, 0%, 36%, 72%) |
| LAB | lab(26.5 -25.2 10.5) |
| LCH | lch(26.5 27.3 157.4) |
| OKLCH | oklch(0.358 0.073 158.8) |
Copy-ready code
/* CSS */
color: #0f482e;
background-color: #0f482e;
/* Tailwind (arbitrary) */
class="text-[#0f482e] bg-[#0f482e]"
/* SCSS */
$brand: #0f482e;
/* SwiftUI */
Color(red: 0.059, green: 0.282, blue: 0.180)
/* Android */
Color.parseColor("#0f482e")Accessibility — WCAG contrast
Aa
#0f482e on white: 10.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0f482e on black: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green28.2%
Blue18.0%
CMYK percentages
Cyan79.2%
Magenta0.0%
Yellow36.1%
Key (black)71.8%
Color previews
#0f482e text on a black background
contrast 1.99:1
Card sample
#0f482e text on a white background
contrast 10.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0f482e;
Background color
Panel with #0f482e background
background-color: #0f482e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0f482e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 72, 46, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 72, 46, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0f482e; background: linear-gradient(135deg, #0f482e, #0F3C48);