#1f5321
a deep, vivid green · cool · closest name: seagreen
RGB
31, 83, 33
HSL
122°, 46%, 22%
CMYK
63, 0, 60, 68
Luminance
0.0659
Every format
| HEX | #1f5321 |
| RGB | rgb(31, 83, 33) |
| HSL | hsl(122, 46%, 22%) |
| CMYK | cmyk(63%, 0%, 60%, 68%) |
| LAB | lab(30.9 -29.0 23.9) |
| LCH | lch(30.9 37.6 140.5) |
| OKLCH | oklch(0.394 0.097 144.1) |
Copy-ready code
/* CSS */
color: #1f5321;
background-color: #1f5321;
/* Tailwind (arbitrary) */
class="text-[#1f5321] bg-[#1f5321]"
/* SCSS */
$brand: #1f5321;
/* SwiftUI */
Color(red: 0.122, green: 0.325, blue: 0.129)
/* Android */
Color.parseColor("#1f5321")Accessibility — WCAG contrast
Aa
#1f5321 on white: 9.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1f5321 on black: 2.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.2%
Green32.5%
Blue12.9%
CMYK percentages
Cyan62.7%
Magenta0.0%
Yellow60.2%
Key (black)67.5%
Color previews
#1f5321 text on a black background
contrast 2.32:1
Card sample
#1f5321 text on a white background
contrast 9.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1f5321;
Background color
Panel with #1f5321 background
background-color: #1f5321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1f5321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(31, 83, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(31, 83, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1f5321; background: linear-gradient(135deg, #1f5321, #1F5344);