#193521
a deep, soft green · cool · closest name: darkslategray
RGB
25, 53, 33
HSL
137°, 36%, 15%
CMYK
53, 0, 38, 79
Luminance
0.0286
Every format
| HEX | #193521 |
| RGB | rgb(25, 53, 33) |
| HSL | hsl(137, 36%, 15%) |
| CMYK | cmyk(53%, 0%, 38%, 79%) |
| LAB | lab(19.5 -16.1 9.4) |
| LCH | lch(19.5 18.7 149.7) |
| OKLCH | oklch(0.300 0.050 151.6) |
Copy-ready code
/* CSS */
color: #193521;
background-color: #193521;
/* Tailwind (arbitrary) */
class="text-[#193521] bg-[#193521]"
/* SCSS */
$brand: #193521;
/* SwiftUI */
Color(red: 0.098, green: 0.208, blue: 0.129)
/* Android */
Color.parseColor("#193521")Accessibility — WCAG contrast
Aa
#193521 on white: 13.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#193521 on black: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.8%
Green20.8%
Blue12.9%
CMYK percentages
Cyan52.8%
Magenta0.0%
Yellow37.7%
Key (black)79.2%
Color previews
#193521 text on a black background
contrast 1.57:1
Card sample
#193521 text on a white background
contrast 13.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #193521;
Background color
Panel with #193521 background
background-color: #193521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #193521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(25, 53, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(25, 53, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #193521; background: linear-gradient(135deg, #193521, #193534);