#207b49
a dark, vivid green · cool · closest name: seagreen
RGB
32, 123, 73
HSL
147°, 59%, 30%
CMYK
74, 0, 41, 52
Luminance
0.1495
Every format
| HEX | #207b49 |
| RGB | rgb(32, 123, 73) |
| HSL | hsl(147, 59%, 30%) |
| CMYK | cmyk(74%, 0%, 41%, 52%) |
| LAB | lab(45.6 -38.5 19.9) |
| LCH | lch(45.6 43.4 152.6) |
| OKLCH | oklch(0.518 0.115 154.4) |
Copy-ready code
/* CSS */
color: #207b49;
background-color: #207b49;
/* Tailwind (arbitrary) */
class="text-[#207b49] bg-[#207b49]"
/* SCSS */
$brand: #207b49;
/* SwiftUI */
Color(red: 0.125, green: 0.482, blue: 0.286)
/* Android */
Color.parseColor("#207b49")Accessibility — WCAG contrast
Aa
#207b49 on white: 5.26:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#207b49 on black: 3.99:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.5%
Green48.2%
Blue28.6%
CMYK percentages
Cyan74.0%
Magenta0.0%
Yellow40.7%
Key (black)51.8%
Color previews
#207b49 text on a black background
contrast 3.99:1
Card sample
#207b49 text on a white background
contrast 5.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #207b49;
Background color
Panel with #207b49 background
background-color: #207b49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #207b49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(32, 123, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(32, 123, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #207b49; background: linear-gradient(135deg, #207b49, #20707B);