#14521f
a deep, vivid green · cool · closest name: seagreen
RGB
20, 82, 31
HSL
131°, 61%, 20%
CMYK
76, 0, 62, 68
Luminance
0.0628
Every format
| HEX | #14521f |
| RGB | rgb(20, 82, 31) |
| HSL | hsl(131, 61%, 20%) |
| CMYK | cmyk(76%, 0%, 62%, 68%) |
| LAB | lab(30.1 -31.6 24.1) |
| LCH | lch(30.1 39.7 142.7) |
| OKLCH | oklch(0.387 0.103 146.2) |
Copy-ready code
/* CSS */
color: #14521f;
background-color: #14521f;
/* Tailwind (arbitrary) */
class="text-[#14521f] bg-[#14521f]"
/* SCSS */
$brand: #14521f;
/* SwiftUI */
Color(red: 0.078, green: 0.322, blue: 0.122)
/* Android */
Color.parseColor("#14521f")Accessibility — WCAG contrast
Aa
#14521f on white: 9.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#14521f on black: 2.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.8%
Green32.2%
Blue12.2%
CMYK percentages
Cyan75.6%
Magenta0.0%
Yellow62.2%
Key (black)67.8%
Color previews
#14521f text on a black background
contrast 2.26:1
Card sample
#14521f text on a white background
contrast 9.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #14521f;
Background color
Panel with #14521f background
background-color: #14521f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #14521f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(20, 82, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(20, 82, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #14521f; background: linear-gradient(135deg, #14521f, #145248);