#193621
a deep, soft green · cool · closest name: darkslategray
RGB
25, 54, 33
HSL
137°, 37%, 16%
CMYK
54, 0, 39, 79
Luminance
0.0295
Every format
| HEX | #193621 |
| RGB | rgb(25, 54, 33) |
| HSL | hsl(137, 37%, 16%) |
| CMYK | cmyk(54%, 0%, 39%, 79%) |
| LAB | lab(19.9 -16.7 9.9) |
| LCH | lch(19.9 19.4 149.2) |
| OKLCH | oklch(0.303 0.052 151.2) |
Copy-ready code
/* CSS */
color: #193621;
background-color: #193621;
/* Tailwind (arbitrary) */
class="text-[#193621] bg-[#193621]"
/* SCSS */
$brand: #193621;
/* SwiftUI */
Color(red: 0.098, green: 0.212, blue: 0.129)
/* Android */
Color.parseColor("#193621")Accessibility — WCAG contrast
Aa
#193621 on white: 13.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#193621 on black: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.8%
Green21.2%
Blue12.9%
CMYK percentages
Cyan53.7%
Magenta0.0%
Yellow38.9%
Key (black)78.8%
Color previews
#193621 text on a black background
contrast 1.59:1
Card sample
#193621 text on a white background
contrast 13.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #193621;
Background color
Panel with #193621 background
background-color: #193621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #193621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(25, 54, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(25, 54, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #193621; background: linear-gradient(135deg, #193621, #193634);