#144607
a deep, electric green · cool · closest name: seagreen
RGB
20, 70, 7
HSL
108°, 82%, 15%
CMYK
71, 0, 90, 73
Luminance
0.0454
Every format
| HEX | #144607 |
| RGB | rgb(20, 70, 7) |
| HSL | hsl(108, 82%, 15%) |
| CMYK | cmyk(71%, 0%, 90%, 73%) |
| LAB | lab(25.4 -29.4 30.3) |
| LCH | lch(25.4 42.2 134.2) |
| OKLCH | oklch(0.347 0.105 140.3) |
Copy-ready code
/* CSS */
color: #144607;
background-color: #144607;
/* Tailwind (arbitrary) */
class="text-[#144607] bg-[#144607]"
/* SCSS */
$brand: #144607;
/* SwiftUI */
Color(red: 0.078, green: 0.275, blue: 0.027)
/* Android */
Color.parseColor("#144607")Accessibility — WCAG contrast
Aa
#144607 on white: 11.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#144607 on black: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.8%
Green27.5%
Blue2.7%
CMYK percentages
Cyan71.4%
Magenta0.0%
Yellow90.0%
Key (black)72.5%
Color previews
#144607 text on a black background
contrast 1.91:1
Card sample
#144607 text on a white background
contrast 11.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #144607;
Background color
Panel with #144607 background
background-color: #144607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #144607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(20, 70, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(20, 70, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #144607; background: linear-gradient(135deg, #144607, #074624);