#0f482b
a deep, vivid green · cool · closest name: darkslategray
RGB
15, 72, 43
HSL
150°, 66%, 17%
CMYK
79, 0, 40, 72
Luminance
0.0491
Every format
| HEX | #0f482b |
| RGB | rgb(15, 72, 43) |
| HSL | hsl(150, 66%, 17%) |
| CMYK | cmyk(79%, 0%, 40%, 72%) |
| LAB | lab(26.5 -26.0 12.3) |
| LCH | lch(26.5 28.7 154.6) |
| OKLCH | oklch(0.357 0.077 156.2) |
Copy-ready code
/* CSS */
color: #0f482b;
background-color: #0f482b;
/* Tailwind (arbitrary) */
class="text-[#0f482b] bg-[#0f482b]"
/* SCSS */
$brand: #0f482b;
/* SwiftUI */
Color(red: 0.059, green: 0.282, blue: 0.169)
/* Android */
Color.parseColor("#0f482b")Accessibility — WCAG contrast
Aa
#0f482b on white: 10.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0f482b on black: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green28.2%
Blue16.9%
CMYK percentages
Cyan79.2%
Magenta0.0%
Yellow40.3%
Key (black)71.8%
Color previews
#0f482b text on a black background
contrast 1.98:1
Card sample
#0f482b text on a white background
contrast 10.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0f482b;
Background color
Panel with #0f482b background
background-color: #0f482b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0f482b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 72, 43, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 72, 43, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0f482b; background: linear-gradient(135deg, #0f482b, #0F3F48);