#0b2613
a deep, vivid green · cool · closest name: black
RGB
11, 38, 19
HSL
138°, 55%, 10%
CMYK
71, 0, 50, 85
Luminance
0.0150
Every format
| HEX | #0b2613 |
| RGB | rgb(11, 38, 19) |
| HSL | hsl(138, 55%, 10%) |
| CMYK | cmyk(71%, 0%, 50%, 85%) |
| LAB | lab(12.6 -15.8 9.5) |
| LCH | lch(12.6 18.4 148.8) |
| OKLCH | oklch(0.241 0.049 150.8) |
Copy-ready code
/* CSS */
color: #0b2613;
background-color: #0b2613;
/* Tailwind (arbitrary) */
class="text-[#0b2613] bg-[#0b2613]"
/* SCSS */
$brand: #0b2613;
/* SwiftUI */
Color(red: 0.043, green: 0.149, blue: 0.075)
/* Android */
Color.parseColor("#0b2613")Accessibility — WCAG contrast
Aa
#0b2613 on white: 16.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0b2613 on black: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.3%
Green14.9%
Blue7.5%
CMYK percentages
Cyan71.1%
Magenta0.0%
Yellow50.0%
Key (black)85.1%
Color previews
#0b2613 text on a black background
contrast 1.30:1
Card sample
#0b2613 text on a white background
contrast 16.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0b2613;
Background color
Panel with #0b2613 background
background-color: #0b2613;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0b2613;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(11, 38, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(11, 38, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0b2613; background: linear-gradient(135deg, #0b2613, #0B2625);