#0e1307
a deep, vivid green · cool · closest name: black
RGB
14, 19, 7
HSL
85°, 46%, 5%
CMYK
26, 0, 63, 93
Luminance
0.0057
Every format
| HEX | #0e1307 |
| RGB | rgb(14, 19, 7) |
| HSL | hsl(85, 46%, 5%) |
| CMYK | cmyk(26%, 0%, 63%, 93%) |
| LAB | lab(5.2 -3.8 4.8) |
| LCH | lch(5.2 6.2 128.5) |
| OKLCH | oklch(0.177 0.025 126.8) |
Copy-ready code
/* CSS */
color: #0e1307;
background-color: #0e1307;
/* Tailwind (arbitrary) */
class="text-[#0e1307] bg-[#0e1307]"
/* SCSS */
$brand: #0e1307;
/* SwiftUI */
Color(red: 0.055, green: 0.075, blue: 0.027)
/* Android */
Color.parseColor("#0e1307")Accessibility — WCAG contrast
Aa
#0e1307 on white: 18.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0e1307 on black: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.5%
Green7.5%
Blue2.7%
CMYK percentages
Cyan26.3%
Magenta0.0%
Yellow63.2%
Key (black)92.5%
Color previews
#0e1307 text on a black background
contrast 1.11:1
Card sample
#0e1307 text on a white background
contrast 18.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0e1307;
Background color
Panel with #0e1307 background
background-color: #0e1307;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0e1307;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(14, 19, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(14, 19, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0e1307; background: linear-gradient(135deg, #0e1307, #071308);