#145214
a deep, vivid green · cool · closest name: seagreen
RGB
20, 82, 20
HSL
120°, 61%, 20%
CMYK
76, 0, 76, 68
Luminance
0.0623
Every format
| HEX | #145214 |
| RGB | rgb(20, 82, 20) |
| HSL | hsl(120, 61%, 20%) |
| CMYK | cmyk(76%, 0%, 76%, 68%) |
| LAB | lab(30.0 -33.0 29.5) |
| LCH | lch(30.0 44.2 138.2) |
| OKLCH | oklch(0.386 0.112 143.0) |
Copy-ready code
/* CSS */
color: #145214;
background-color: #145214;
/* Tailwind (arbitrary) */
class="text-[#145214] bg-[#145214]"
/* SCSS */
$brand: #145214;
/* SwiftUI */
Color(red: 0.078, green: 0.322, blue: 0.078)
/* Android */
Color.parseColor("#145214")Accessibility — WCAG contrast
Aa
#145214 on white: 9.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#145214 on black: 2.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.8%
Green32.2%
Blue7.8%
CMYK percentages
Cyan75.6%
Magenta0.0%
Yellow75.6%
Key (black)67.8%
Color previews
#145214 text on a black background
contrast 2.25:1
Card sample
#145214 text on a white background
contrast 9.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #145214;
Background color
Panel with #145214 background
background-color: #145214;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #145214;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(20, 82, 20, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(20, 82, 20, 0.45);
Border & gradient
Gradient panel
border: 3px solid #145214; background: linear-gradient(135deg, #145214, #14523D);