#145421
a deep, vivid green · cool · closest name: seagreen
RGB
20, 84, 33
HSL
132°, 62%, 20%
CMYK
76, 0, 61, 67
Luminance
0.0660
Every format
| HEX | #145421 |
| RGB | rgb(20, 84, 33) |
| HSL | hsl(132, 62%, 20%) |
| CMYK | cmyk(76%, 0%, 61%, 67%) |
| LAB | lab(30.9 -32.1 23.9) |
| LCH | lch(30.9 40.0 143.4) |
| OKLCH | oklch(0.393 0.103 146.7) |
Copy-ready code
/* CSS */
color: #145421;
background-color: #145421;
/* Tailwind (arbitrary) */
class="text-[#145421] bg-[#145421]"
/* SCSS */
$brand: #145421;
/* SwiftUI */
Color(red: 0.078, green: 0.329, blue: 0.129)
/* Android */
Color.parseColor("#145421")Accessibility — WCAG contrast
Aa
#145421 on white: 9.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#145421 on black: 2.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.8%
Green32.9%
Blue12.9%
CMYK percentages
Cyan76.2%
Magenta0.0%
Yellow60.7%
Key (black)67.1%
Color previews
#145421 text on a black background
contrast 2.32:1
Card sample
#145421 text on a white background
contrast 9.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #145421;
Background color
Panel with #145421 background
background-color: #145421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #145421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(20, 84, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(20, 84, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #145421; background: linear-gradient(135deg, #145421, #14544C);