#133e21
a deep, vivid green · cool · closest name: darkslategray
RGB
19, 62, 33
HSL
140°, 53%, 16%
CMYK
69, 0, 47, 76
Luminance
0.0369
Every format
| HEX | #133e21 |
| RGB | rgb(19, 62, 33) |
| HSL | hsl(140, 53%, 16%) |
| CMYK | cmyk(69%, 0%, 47%, 76%) |
| LAB | lab(22.6 -22.6 13.6) |
| LCH | lch(22.6 26.4 149.1) |
| OKLCH | oklch(0.325 0.070 151.2) |
Copy-ready code
/* CSS */
color: #133e21;
background-color: #133e21;
/* Tailwind (arbitrary) */
class="text-[#133e21] bg-[#133e21]"
/* SCSS */
$brand: #133e21;
/* SwiftUI */
Color(red: 0.075, green: 0.243, blue: 0.129)
/* Android */
Color.parseColor("#133e21")Accessibility — WCAG contrast
Aa
#133e21 on white: 12.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#133e21 on black: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.5%
Green24.3%
Blue12.9%
CMYK percentages
Cyan69.4%
Magenta0.0%
Yellow46.8%
Key (black)75.7%
Color previews
#133e21 text on a black background
contrast 1.74:1
Card sample
#133e21 text on a white background
contrast 12.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #133e21;
Background color
Panel with #133e21 background
background-color: #133e21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #133e21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(19, 62, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(19, 62, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #133e21; background: linear-gradient(135deg, #133e21, #133E3E);