#1f652f
a dark, vivid green · cool · closest name: seagreen
RGB
31, 101, 47
HSL
134°, 53%, 26%
CMYK
69, 0, 54, 60
Luminance
0.0980
Every format
| HEX | #1f652f |
| RGB | rgb(31, 101, 47) |
| HSL | hsl(134, 53%, 26%) |
| CMYK | cmyk(69%, 0%, 54%, 60%) |
| LAB | lab(37.5 -34.5 24.2) |
| LCH | lch(37.5 42.1 144.9) |
| OKLCH | oklch(0.450 0.110 147.8) |
Copy-ready code
/* CSS */
color: #1f652f;
background-color: #1f652f;
/* Tailwind (arbitrary) */
class="text-[#1f652f] bg-[#1f652f]"
/* SCSS */
$brand: #1f652f;
/* SwiftUI */
Color(red: 0.122, green: 0.396, blue: 0.184)
/* Android */
Color.parseColor("#1f652f")Accessibility — WCAG contrast
Aa
#1f652f on white: 7.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1f652f on black: 2.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.2%
Green39.6%
Blue18.4%
CMYK percentages
Cyan69.3%
Magenta0.0%
Yellow53.5%
Key (black)60.4%
Color previews
#1f652f text on a black background
contrast 2.96:1
Card sample
#1f652f text on a white background
contrast 7.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1f652f;
Background color
Panel with #1f652f background
background-color: #1f652f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1f652f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(31, 101, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(31, 101, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1f652f; background: linear-gradient(135deg, #1f652f, #1F655E);