#206421
a dark, vivid green · cool · closest name: seagreen
RGB
32, 100, 33
HSL
121°, 52%, 26%
CMYK
68, 0, 67, 61
Luminance
0.0953
Every format
| HEX | #206421 |
| RGB | rgb(32, 100, 33) |
| HSL | hsl(121, 52%, 26%) |
| CMYK | cmyk(68%, 0%, 67%, 61%) |
| LAB | lab(37.0 -35.9 31.0) |
| LCH | lch(37.0 47.4 139.1) |
| OKLCH | oklch(0.445 0.121 143.4) |
Copy-ready code
/* CSS */
color: #206421;
background-color: #206421;
/* Tailwind (arbitrary) */
class="text-[#206421] bg-[#206421]"
/* SCSS */
$brand: #206421;
/* SwiftUI */
Color(red: 0.125, green: 0.392, blue: 0.129)
/* Android */
Color.parseColor("#206421")Accessibility — WCAG contrast
Aa
#206421 on white: 7.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#206421 on black: 2.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.5%
Green39.2%
Blue12.9%
CMYK percentages
Cyan68.0%
Magenta0.0%
Yellow67.0%
Key (black)60.8%
Color previews
#206421 text on a black background
contrast 2.91:1
Card sample
#206421 text on a white background
contrast 7.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #206421;
Background color
Panel with #206421 background
background-color: #206421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #206421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(32, 100, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(32, 100, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #206421; background: linear-gradient(135deg, #206421, #20644E);