#133825
a deep, vivid green · cool · closest name: darkslategray
RGB
19, 56, 37
HSL
149°, 49%, 15%
CMYK
66, 0, 34, 78
Luminance
0.0310
Every format
| HEX | #133825 |
| RGB | rgb(19, 56, 37) |
| HSL | hsl(149, 49%, 15%) |
| CMYK | cmyk(66%, 0%, 34%, 78%) |
| LAB | lab(20.4 -18.7 8.0) |
| LCH | lch(20.4 20.3 156.8) |
| OKLCH | oklch(0.308 0.055 158.2) |
Copy-ready code
/* CSS */
color: #133825;
background-color: #133825;
/* Tailwind (arbitrary) */
class="text-[#133825] bg-[#133825]"
/* SCSS */
$brand: #133825;
/* SwiftUI */
Color(red: 0.075, green: 0.220, blue: 0.145)
/* Android */
Color.parseColor("#133825")Accessibility — WCAG contrast
Aa
#133825 on white: 12.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#133825 on black: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.5%
Green22.0%
Blue14.5%
CMYK percentages
Cyan66.1%
Magenta0.0%
Yellow33.9%
Key (black)78.0%
Color previews
#133825 text on a black background
contrast 1.62:1
Card sample
#133825 text on a white background
contrast 12.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #133825;
Background color
Panel with #133825 background
background-color: #133825;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #133825;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(19, 56, 37, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(19, 56, 37, 0.45);
Border & gradient
Gradient panel
border: 3px solid #133825; background: linear-gradient(135deg, #133825, #133238);