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