#0b1306
a deep, vivid green · cool · closest name: black
RGB
11, 19, 6
HSL
97°, 52%, 5%
CMYK
42, 0, 68, 93
Luminance
0.0055
Every format
| HEX | #0b1306 |
| RGB | rgb(11, 19, 6) |
| HSL | hsl(97, 52%, 5%) |
| CMYK | cmyk(42%, 0%, 68%, 93%) |
| LAB | lab(5.0 -4.9 4.9) |
| LCH | lch(5.0 6.9 134.9) |
| OKLCH | oklch(0.174 0.029 133.5) |
Copy-ready code
/* CSS */
color: #0b1306;
background-color: #0b1306;
/* Tailwind (arbitrary) */
class="text-[#0b1306] bg-[#0b1306]"
/* SCSS */
$brand: #0b1306;
/* SwiftUI */
Color(red: 0.043, green: 0.075, blue: 0.024)
/* Android */
Color.parseColor("#0b1306")Accessibility — WCAG contrast
Aa
#0b1306 on white: 18.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0b1306 on black: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.3%
Green7.5%
Blue2.4%
CMYK percentages
Cyan42.1%
Magenta0.0%
Yellow68.4%
Key (black)92.5%
Color previews
#0b1306 text on a black background
contrast 1.11:1
Card sample
#0b1306 text on a white background
contrast 18.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0b1306;
Background color
Panel with #0b1306 background
background-color: #0b1306;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0b1306;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(11, 19, 6, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(11, 19, 6, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0b1306; background: linear-gradient(135deg, #0b1306, #06130A);