#0b432d
a deep, vivid green · cool · closest name: darkslategray
RGB
11, 67, 45
HSL
156°, 72%, 15%
CMYK
84, 0, 33, 74
Luminance
0.0427
Every format
| HEX | #0b432d |
| RGB | rgb(11, 67, 45) |
| HSL | hsl(156, 72%, 15%) |
| CMYK | cmyk(84%, 0%, 33%, 74%) |
| LAB | lab(24.6 -23.8 8.4) |
| LCH | lch(24.6 25.3 160.5) |
| OKLCH | oklch(0.341 0.068 161.8) |
Copy-ready code
/* CSS */
color: #0b432d;
background-color: #0b432d;
/* Tailwind (arbitrary) */
class="text-[#0b432d] bg-[#0b432d]"
/* SCSS */
$brand: #0b432d;
/* SwiftUI */
Color(red: 0.043, green: 0.263, blue: 0.176)
/* Android */
Color.parseColor("#0b432d")Accessibility — WCAG contrast
Aa
#0b432d on white: 11.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0b432d on black: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.3%
Green26.3%
Blue17.6%
CMYK percentages
Cyan83.6%
Magenta0.0%
Yellow32.8%
Key (black)73.7%
Color previews
#0b432d text on a black background
contrast 1.85:1
Card sample
#0b432d text on a white background
contrast 11.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0b432d;
Background color
Panel with #0b432d background
background-color: #0b432d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0b432d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(11, 67, 45, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(11, 67, 45, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0b432d; background: linear-gradient(135deg, #0b432d, #0B3443);