#133013
a deep, soft green · cool · closest name: darkslategray
RGB
19, 48, 19
HSL
120°, 43%, 13%
CMYK
60, 0, 60, 81
Luminance
0.0230
Every format
| HEX | #133013 |
| RGB | rgb(19, 48, 19) |
| HSL | hsl(120, 43%, 13%) |
| CMYK | cmyk(60%, 0%, 60%, 81%) |
| LAB | lab(17.0 -18.4 15.2) |
| LCH | lch(17.0 23.9 140.4) |
| OKLCH | oklch(0.278 0.062 143.7) |
Copy-ready code
/* CSS */
color: #133013;
background-color: #133013;
/* Tailwind (arbitrary) */
class="text-[#133013] bg-[#133013]"
/* SCSS */
$brand: #133013;
/* SwiftUI */
Color(red: 0.075, green: 0.188, blue: 0.075)
/* Android */
Color.parseColor("#133013")Accessibility — WCAG contrast
Aa
#133013 on white: 14.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#133013 on black: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.5%
Green18.8%
Blue7.5%
CMYK percentages
Cyan60.4%
Magenta0.0%
Yellow60.4%
Key (black)81.2%
Color previews
#133013 text on a black background
contrast 1.46:1
Card sample
#133013 text on a white background
contrast 14.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #133013;
Background color
Panel with #133013 background
background-color: #133013;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #133013;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(19, 48, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(19, 48, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #133013; background: linear-gradient(135deg, #133013, #133026);