#0b4400
a deep, electric green · cool · closest name: seagreen
RGB
11, 68, 0
HSL
110°, 100%, 13%
CMYK
84, 0, 100, 73
Luminance
0.0421
Every format
| HEX | #0b4400 |
| RGB | rgb(11, 68, 0) |
| HSL | hsl(110, 100%, 13%) |
| CMYK | cmyk(84%, 0%, 100%, 73%) |
| LAB | lab(24.3 -31.3 32.0) |
| LCH | lch(24.3 44.8 134.3) |
| OKLCH | oklch(0.338 0.111 140.8) |
Copy-ready code
/* CSS */
color: #0b4400;
background-color: #0b4400;
/* Tailwind (arbitrary) */
class="text-[#0b4400] bg-[#0b4400]"
/* SCSS */
$brand: #0b4400;
/* SwiftUI */
Color(red: 0.043, green: 0.267, blue: 0.000)
/* Android */
Color.parseColor("#0b4400")Accessibility — WCAG contrast
Aa
#0b4400 on white: 11.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0b4400 on black: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.3%
Green26.7%
Blue0.0%
CMYK percentages
Cyan83.8%
Magenta0.0%
Yellow100.0%
Key (black)73.3%
Color previews
#0b4400 text on a black background
contrast 1.84:1
Card sample
#0b4400 text on a white background
contrast 11.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0b4400;
Background color
Panel with #0b4400 background
background-color: #0b4400;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0b4400;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(11, 68, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(11, 68, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0b4400; background: linear-gradient(135deg, #0b4400, #004422);