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