#0b4313
a deep, vivid green · cool · closest name: seagreen
RGB
11, 67, 19
HSL
129°, 72%, 15%
CMYK
84, 0, 72, 74
Luminance
0.0413
Every format
| HEX | #0b4313 |
| RGB | rgb(11, 67, 19) |
| HSL | hsl(129, 72%, 15%) |
| CMYK | cmyk(84%, 0%, 72%, 74%) |
| LAB | lab(24.1 -29.0 23.5) |
| LCH | lch(24.1 37.4 141.0) |
| OKLCH | oklch(0.336 0.096 145.1) |
Copy-ready code
/* CSS */
color: #0b4313;
background-color: #0b4313;
/* Tailwind (arbitrary) */
class="text-[#0b4313] bg-[#0b4313]"
/* SCSS */
$brand: #0b4313;
/* SwiftUI */
Color(red: 0.043, green: 0.263, blue: 0.075)
/* Android */
Color.parseColor("#0b4313")Accessibility — WCAG contrast
Aa
#0b4313 on white: 11.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0b4313 on black: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.3%
Green26.3%
Blue7.5%
CMYK percentages
Cyan83.6%
Magenta0.0%
Yellow71.6%
Key (black)73.7%
Color previews
#0b4313 text on a black background
contrast 1.83:1
Card sample
#0b4313 text on a white background
contrast 11.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0b4313;
Background color
Panel with #0b4313 background
background-color: #0b4313;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0b4313;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(11, 67, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(11, 67, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0b4313; background: linear-gradient(135deg, #0b4313, #0B4338);