#145321
a deep, vivid green · cool · closest name: seagreen
RGB
20, 83, 33
HSL
132°, 61%, 20%
CMYK
76, 0, 60, 68
Luminance
0.0645
Every format
| HEX | #145321 |
| RGB | rgb(20, 83, 33) |
| HSL | hsl(132, 61%, 20%) |
| CMYK | cmyk(76%, 0%, 60%, 68%) |
| LAB | lab(30.5 -31.7 23.4) |
| LCH | lch(30.5 39.4 143.5) |
| OKLCH | oklch(0.390 0.102 146.8) |
Copy-ready code
/* CSS */
color: #145321;
background-color: #145321;
/* Tailwind (arbitrary) */
class="text-[#145321] bg-[#145321]"
/* SCSS */
$brand: #145321;
/* SwiftUI */
Color(red: 0.078, green: 0.325, blue: 0.129)
/* Android */
Color.parseColor("#145321")Accessibility — WCAG contrast
Aa
#145321 on white: 9.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#145321 on black: 2.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.8%
Green32.5%
Blue12.9%
CMYK percentages
Cyan75.9%
Magenta0.0%
Yellow60.2%
Key (black)67.5%
Color previews
#145321 text on a black background
contrast 2.29:1
Card sample
#145321 text on a white background
contrast 9.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #145321;
Background color
Panel with #145321 background
background-color: #145321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #145321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(20, 83, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(20, 83, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #145321; background: linear-gradient(135deg, #145321, #14534B);