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