#144407
a deep, electric green · cool · closest name: seagreen
RGB
20, 68, 7
HSL
107°, 81%, 15%
CMYK
71, 0, 90, 73
Luminance
0.0430
Every format
| HEX | #144407 |
| RGB | rgb(20, 68, 7) |
| HSL | hsl(107, 81%, 15%) |
| CMYK | cmyk(71%, 0%, 90%, 73%) |
| LAB | lab(24.6 -28.6 29.5) |
| LCH | lch(24.6 41.1 134.1) |
| OKLCH | oklch(0.341 0.102 140.1) |
Copy-ready code
/* CSS */
color: #144407;
background-color: #144407;
/* Tailwind (arbitrary) */
class="text-[#144407] bg-[#144407]"
/* SCSS */
$brand: #144407;
/* SwiftUI */
Color(red: 0.078, green: 0.267, blue: 0.027)
/* Android */
Color.parseColor("#144407")Accessibility — WCAG contrast
Aa
#144407 on white: 11.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#144407 on black: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.8%
Green26.7%
Blue2.7%
CMYK percentages
Cyan70.6%
Magenta0.0%
Yellow89.7%
Key (black)73.3%
Color previews
#144407 text on a black background
contrast 1.86:1
Card sample
#144407 text on a white background
contrast 11.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #144407;
Background color
Panel with #144407 background
background-color: #144407;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #144407;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(20, 68, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(20, 68, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #144407; background: linear-gradient(135deg, #144407, #074423);