#203f13
a deep, vivid green · cool · closest name: darkslategray
RGB
32, 63, 19
HSL
102°, 54%, 16%
CMYK
49, 0, 70, 75
Luminance
0.0391
Every format
| HEX | #203f13 |
| RGB | rgb(32, 63, 19) |
| HSL | hsl(102, 54%, 16%) |
| CMYK | cmyk(49%, 0%, 70%, 75%) |
| LAB | lab(23.4 -21.2 22.9) |
| LCH | lch(23.4 31.2 132.8) |
| OKLCH | oklch(0.332 0.079 137.6) |
Copy-ready code
/* CSS */
color: #203f13;
background-color: #203f13;
/* Tailwind (arbitrary) */
class="text-[#203f13] bg-[#203f13]"
/* SCSS */
$brand: #203f13;
/* SwiftUI */
Color(red: 0.125, green: 0.247, blue: 0.075)
/* Android */
Color.parseColor("#203f13")Accessibility — WCAG contrast
Aa
#203f13 on white: 11.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#203f13 on black: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.5%
Green24.7%
Blue7.5%
CMYK percentages
Cyan49.2%
Magenta0.0%
Yellow69.8%
Key (black)75.3%
Color previews
#203f13 text on a black background
contrast 1.78:1
Card sample
#203f13 text on a white background
contrast 11.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #203f13;
Background color
Panel with #203f13 background
background-color: #203f13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #203f13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(32, 63, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(32, 63, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #203f13; background: linear-gradient(135deg, #203f13, #133F23);