#0f472b
a deep, vivid green · cool · closest name: darkslategray
RGB
15, 71, 43
HSL
150°, 65%, 17%
CMYK
79, 0, 39, 72
Luminance
0.0478
Every format
| HEX | #0f472b |
| RGB | rgb(15, 71, 43) |
| HSL | hsl(150, 65%, 17%) |
| CMYK | cmyk(79%, 0%, 39%, 72%) |
| LAB | lab(26.1 -25.5 11.8) |
| LCH | lch(26.1 28.1 155.1) |
| OKLCH | oklch(0.354 0.075 156.7) |
Copy-ready code
/* CSS */
color: #0f472b;
background-color: #0f472b;
/* Tailwind (arbitrary) */
class="text-[#0f472b] bg-[#0f472b]"
/* SCSS */
$brand: #0f472b;
/* SwiftUI */
Color(red: 0.059, green: 0.278, blue: 0.169)
/* Android */
Color.parseColor("#0f472b")Accessibility — WCAG contrast
Aa
#0f472b on white: 10.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0f472b on black: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green27.8%
Blue16.9%
CMYK percentages
Cyan78.9%
Magenta0.0%
Yellow39.4%
Key (black)72.2%
Color previews
#0f472b text on a black background
contrast 1.96:1
Card sample
#0f472b text on a white background
contrast 10.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0f472b;
Background color
Panel with #0f472b background
background-color: #0f472b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0f472b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 71, 43, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 71, 43, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0f472b; background: linear-gradient(135deg, #0f472b, #0F3E47);