#0b261a
a deep, vivid green · cool · closest name: black
RGB
11, 38, 26
HSL
153°, 55%, 10%
CMYK
71, 0, 32, 85
Luminance
0.0153
Every format
| HEX | #0b261a |
| RGB | rgb(11, 38, 26) |
| HSL | hsl(153, 55%, 10%) |
| CMYK | cmyk(71%, 0%, 32%, 85%) |
| LAB | lab(12.8 -14.0 4.9) |
| LCH | lch(12.8 14.8 160.6) |
| OKLCH | oklch(0.243 0.041 161.9) |
Copy-ready code
/* CSS */
color: #0b261a;
background-color: #0b261a;
/* Tailwind (arbitrary) */
class="text-[#0b261a] bg-[#0b261a]"
/* SCSS */
$brand: #0b261a;
/* SwiftUI */
Color(red: 0.043, green: 0.149, blue: 0.102)
/* Android */
Color.parseColor("#0b261a")Accessibility — WCAG contrast
Aa
#0b261a on white: 16.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0b261a on black: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.3%
Green14.9%
Blue10.2%
CMYK percentages
Cyan71.1%
Magenta0.0%
Yellow31.6%
Key (black)85.1%
Color previews
#0b261a text on a black background
contrast 1.31:1
Card sample
#0b261a text on a white background
contrast 16.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0b261a;
Background color
Panel with #0b261a background
background-color: #0b261a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0b261a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(11, 38, 26, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(11, 38, 26, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0b261a; background: linear-gradient(135deg, #0b261a, #0B2026);