#14250a
a deep, vivid green · cool · closest name: black
RGB
20, 37, 10
HSL
98°, 57%, 9%
CMYK
46, 0, 73, 86
Luminance
0.0149
Every format
| HEX | #14250a |
| RGB | rgb(20, 37, 10) |
| HSL | hsl(98, 57%, 9%) |
| CMYK | cmyk(46%, 0%, 73%, 86%) |
| LAB | lab(12.6 -13.4 14.2) |
| LCH | lch(12.6 19.5 133.3) |
| OKLCH | oklch(0.242 0.052 135.4) |
Copy-ready code
/* CSS */
color: #14250a;
background-color: #14250a;
/* Tailwind (arbitrary) */
class="text-[#14250a] bg-[#14250a]"
/* SCSS */
$brand: #14250a;
/* SwiftUI */
Color(red: 0.078, green: 0.145, blue: 0.039)
/* Android */
Color.parseColor("#14250a")Accessibility — WCAG contrast
Aa
#14250a on white: 16.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#14250a on black: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.8%
Green14.5%
Blue3.9%
CMYK percentages
Cyan45.9%
Magenta0.0%
Yellow73.0%
Key (black)85.5%
Color previews
#14250a text on a black background
contrast 1.30:1
Card sample
#14250a text on a white background
contrast 16.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #14250a;
Background color
Panel with #14250a background
background-color: #14250a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #14250a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(20, 37, 10, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(20, 37, 10, 0.45);
Border & gradient
Gradient panel
border: 3px solid #14250a; background: linear-gradient(135deg, #14250a, #0A2512);