#193921
a deep, soft green · cool · closest name: darkslategray
RGB
25, 57, 33
HSL
135°, 39%, 16%
CMYK
56, 0, 42, 78
Luminance
0.0324
Every format
| HEX | #193921 |
| RGB | rgb(25, 57, 33) |
| HSL | hsl(135, 39%, 16%) |
| CMYK | cmyk(56%, 0%, 42%, 78%) |
| LAB | lab(21.0 -18.3 11.4) |
| LCH | lch(21.0 21.6 148.0) |
| OKLCH | oklch(0.313 0.057 150.1) |
Copy-ready code
/* CSS */
color: #193921;
background-color: #193921;
/* Tailwind (arbitrary) */
class="text-[#193921] bg-[#193921]"
/* SCSS */
$brand: #193921;
/* SwiftUI */
Color(red: 0.098, green: 0.224, blue: 0.129)
/* Android */
Color.parseColor("#193921")Accessibility — WCAG contrast
Aa
#193921 on white: 12.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#193921 on black: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.8%
Green22.4%
Blue12.9%
CMYK percentages
Cyan56.1%
Magenta0.0%
Yellow42.1%
Key (black)77.6%
Color previews
#193921 text on a black background
contrast 1.65:1
Card sample
#193921 text on a white background
contrast 12.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #193921;
Background color
Panel with #193921 background
background-color: #193921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #193921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(25, 57, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(25, 57, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #193921; background: linear-gradient(135deg, #193921, #193936);