#1f662f
a dark, vivid green · cool · closest name: seagreen
RGB
31, 102, 47
HSL
134°, 53%, 26%
CMYK
70, 0, 54, 60
Luminance
0.1000
Every format
| HEX | #1f662f |
| RGB | rgb(31, 102, 47) |
| HSL | hsl(134, 53%, 26%) |
| CMYK | cmyk(70%, 0%, 54%, 60%) |
| LAB | lab(37.8 -34.9 24.7) |
| LCH | lch(37.8 42.7 144.7) |
| OKLCH | oklch(0.452 0.111 147.7) |
Copy-ready code
/* CSS */
color: #1f662f;
background-color: #1f662f;
/* Tailwind (arbitrary) */
class="text-[#1f662f] bg-[#1f662f]"
/* SCSS */
$brand: #1f662f;
/* SwiftUI */
Color(red: 0.122, green: 0.400, blue: 0.184)
/* Android */
Color.parseColor("#1f662f")Accessibility — WCAG contrast
Aa
#1f662f on white: 7.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1f662f on black: 3.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.2%
Green40.0%
Blue18.4%
CMYK percentages
Cyan69.6%
Magenta0.0%
Yellow53.9%
Key (black)60.0%
Color previews
#1f662f text on a black background
contrast 3.00:1
Card sample
#1f662f text on a white background
contrast 7.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1f662f;
Background color
Panel with #1f662f background
background-color: #1f662f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1f662f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(31, 102, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(31, 102, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1f662f; background: linear-gradient(135deg, #1f662f, #1F665E);