#193021
a deep, soft green · cool · closest name: darkslategray
RGB
25, 48, 33
HSL
141°, 32%, 14%
CMYK
48, 0, 31, 81
Luminance
0.0243
Every format
| HEX | #193021 |
| RGB | rgb(25, 48, 33) |
| HSL | hsl(141, 32%, 14%) |
| CMYK | cmyk(48%, 0%, 31%, 81%) |
| LAB | lab(17.6 -13.3 6.8) |
| LCH | lch(17.6 14.9 152.7) |
| OKLCH | oklch(0.285 0.040 154.4) |
Copy-ready code
/* CSS */
color: #193021;
background-color: #193021;
/* Tailwind (arbitrary) */
class="text-[#193021] bg-[#193021]"
/* SCSS */
$brand: #193021;
/* SwiftUI */
Color(red: 0.098, green: 0.188, blue: 0.129)
/* Android */
Color.parseColor("#193021")Accessibility — WCAG contrast
Aa
#193021 on white: 14.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#193021 on black: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.8%
Green18.8%
Blue12.9%
CMYK percentages
Cyan47.9%
Magenta0.0%
Yellow31.3%
Key (black)81.2%
Color previews
#193021 text on a black background
contrast 1.49:1
Card sample
#193021 text on a white background
contrast 14.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #193021;
Background color
Panel with #193021 background
background-color: #193021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #193021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(25, 48, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(25, 48, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #193021; background: linear-gradient(135deg, #193021, #193030);