#133600
a deep, electric green · cool · closest name: darkslategray
RGB
19, 54, 0
HSL
99°, 100%, 11%
CMYK
65, 0, 100, 79
Luminance
0.0278
Every format
| HEX | #133600 |
| RGB | rgb(19, 54, 0) |
| HSL | hsl(99, 100%, 11%) |
| CMYK | cmyk(65%, 0%, 100%, 79%) |
| LAB | lab(19.1 -23.6 26.5) |
| LCH | lch(19.1 35.5 131.7) |
| OKLCH | oklch(0.295 0.090 137.1) |
Copy-ready code
/* CSS */
color: #133600;
background-color: #133600;
/* Tailwind (arbitrary) */
class="text-[#133600] bg-[#133600]"
/* SCSS */
$brand: #133600;
/* SwiftUI */
Color(red: 0.075, green: 0.212, blue: 0.000)
/* Android */
Color.parseColor("#133600")Accessibility — WCAG contrast
Aa
#133600 on white: 13.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#133600 on black: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.5%
Green21.2%
Blue0.0%
CMYK percentages
Cyan64.8%
Magenta0.0%
Yellow100.0%
Key (black)78.8%
Color previews
#133600 text on a black background
contrast 1.56:1
Card sample
#133600 text on a white background
contrast 13.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #133600;
Background color
Panel with #133600 background
background-color: #133600;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #133600;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(19, 54, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(19, 54, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #133600; background: linear-gradient(135deg, #133600, #003611);