#19373c
a deep, soft cyan · cool · closest name: darkslategray
RGB
25, 55, 60
HSL
189°, 41%, 17%
CMYK
58, 8, 0, 77
Luminance
0.0327
Every format
| HEX | #19373c |
| RGB | rgb(25, 55, 60) |
| HSL | hsl(189, 41%, 17%) |
| CMYK | cmyk(58%, 8%, 0%, 77%) |
| LAB | lab(21.1 -9.5 -6.6) |
| LCH | lch(21.1 11.6 214.7) |
| OKLCH | oklch(0.316 0.037 209.5) |
Copy-ready code
/* CSS */
color: #19373c;
background-color: #19373c;
/* Tailwind (arbitrary) */
class="text-[#19373c] bg-[#19373c]"
/* SCSS */
$brand: #19373c;
/* SwiftUI */
Color(red: 0.098, green: 0.216, blue: 0.235)
/* Android */
Color.parseColor("#19373c")Accessibility — WCAG contrast
Aa
#19373c on white: 12.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#19373c on black: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.8%
Green21.6%
Blue23.5%
CMYK percentages
Cyan58.3%
Magenta8.3%
Yellow0.0%
Key (black)76.5%
Color previews
#19373c text on a black background
contrast 1.65:1
Card sample
#19373c text on a white background
contrast 12.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #19373c;
Background color
Panel with #19373c background
background-color: #19373c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #19373c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(25, 55, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(25, 55, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #19373c; background: linear-gradient(135deg, #19373c, #19203C);