#437652
a dark, soft green · cool · closest name: seagreen
RGB
67, 118, 82
HSL
138°, 28%, 36%
CMYK
43, 0, 31, 54
Luminance
0.1476
Every format
| HEX | #437652 |
| RGB | rgb(67, 118, 82) |
| HSL | hsl(138, 28%, 36%) |
| CMYK | cmyk(43%, 0%, 31%, 54%) |
| LAB | lab(45.3 -25.7 14.6) |
| LCH | lch(45.3 29.6 150.4) |
| OKLCH | oklch(0.519 0.080 152.2) |
Copy-ready code
/* CSS */
color: #437652;
background-color: #437652;
/* Tailwind (arbitrary) */
class="text-[#437652] bg-[#437652]"
/* SCSS */
$brand: #437652;
/* SwiftUI */
Color(red: 0.263, green: 0.463, blue: 0.322)
/* Android */
Color.parseColor("#437652")Accessibility — WCAG contrast
Aa
#437652 on white: 5.31:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#437652 on black: 3.95:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.3%
Green46.3%
Blue32.2%
CMYK percentages
Cyan43.2%
Magenta0.0%
Yellow30.5%
Key (black)53.7%
Color previews
#437652 text on a black background
contrast 3.95:1
Card sample
#437652 text on a white background
contrast 5.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #437652;
Background color
Panel with #437652 background
background-color: #437652;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #437652;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(67, 118, 82, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(67, 118, 82, 0.45);
Border & gradient
Gradient panel
border: 3px solid #437652; background: linear-gradient(135deg, #437652, #437674);