#0e250a
a deep, vivid green · cool · closest name: black
RGB
14, 37, 10
HSL
111°, 57%, 9%
CMYK
62, 0, 73, 86
Luminance
0.0144
Every format
| HEX | #0e250a |
| RGB | rgb(14, 37, 10) |
| HSL | hsl(111, 57%, 9%) |
| CMYK | cmyk(62%, 0%, 73%, 86%) |
| LAB | lab(12.2 -15.9 13.7) |
| LCH | lch(12.2 21.0 139.4) |
| OKLCH | oklch(0.238 0.056 140.8) |
Copy-ready code
/* CSS */
color: #0e250a;
background-color: #0e250a;
/* Tailwind (arbitrary) */
class="text-[#0e250a] bg-[#0e250a]"
/* SCSS */
$brand: #0e250a;
/* SwiftUI */
Color(red: 0.055, green: 0.145, blue: 0.039)
/* Android */
Color.parseColor("#0e250a")Accessibility — WCAG contrast
Aa
#0e250a on white: 16.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0e250a on black: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.5%
Green14.5%
Blue3.9%
CMYK percentages
Cyan62.2%
Magenta0.0%
Yellow73.0%
Key (black)85.5%
Color previews
#0e250a text on a black background
contrast 1.29:1
Card sample
#0e250a text on a white background
contrast 16.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0e250a;
Background color
Panel with #0e250a background
background-color: #0e250a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0e250a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(14, 37, 10, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(14, 37, 10, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0e250a; background: linear-gradient(135deg, #0e250a, #0A2518);