#193821
a deep, soft green · cool · closest name: darkslategray
RGB
25, 56, 33
HSL
136°, 38%, 16%
CMYK
55, 0, 41, 78
Luminance
0.0314
Every format
| HEX | #193821 |
| RGB | rgb(25, 56, 33) |
| HSL | hsl(136, 38%, 16%) |
| CMYK | cmyk(55%, 0%, 41%, 78%) |
| LAB | lab(20.6 -17.8 10.9) |
| LCH | lch(20.6 20.9 148.4) |
| OKLCH | oklch(0.309 0.056 150.4) |
Copy-ready code
/* CSS */
color: #193821;
background-color: #193821;
/* Tailwind (arbitrary) */
class="text-[#193821] bg-[#193821]"
/* SCSS */
$brand: #193821;
/* SwiftUI */
Color(red: 0.098, green: 0.220, blue: 0.129)
/* Android */
Color.parseColor("#193821")Accessibility — WCAG contrast
Aa
#193821 on white: 12.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#193821 on black: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.8%
Green22.0%
Blue12.9%
CMYK percentages
Cyan55.4%
Magenta0.0%
Yellow41.1%
Key (black)78.0%
Color previews
#193821 text on a black background
contrast 1.63:1
Card sample
#193821 text on a white background
contrast 12.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #193821;
Background color
Panel with #193821 background
background-color: #193821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #193821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(25, 56, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(25, 56, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #193821; background: linear-gradient(135deg, #193821, #193836);