#1e393d
a deep, soft cyan · cool · closest name: darkslategray
RGB
30, 57, 61
HSL
188°, 34%, 18%
CMYK
51, 7, 0, 76
Luminance
0.0354
Every format
| HEX | #1e393d |
| RGB | rgb(30, 57, 61) |
| HSL | hsl(188, 34%, 18%) |
| CMYK | cmyk(51%, 7%, 0%, 76%) |
| LAB | lab(22.1 -9.0 -5.7) |
| LCH | lch(22.1 10.6 212.4) |
| OKLCH | oklch(0.325 0.034 207.8) |
Copy-ready code
/* CSS */
color: #1e393d;
background-color: #1e393d;
/* Tailwind (arbitrary) */
class="text-[#1e393d] bg-[#1e393d]"
/* SCSS */
$brand: #1e393d;
/* SwiftUI */
Color(red: 0.118, green: 0.224, blue: 0.239)
/* Android */
Color.parseColor("#1e393d")Accessibility — WCAG contrast
Aa
#1e393d on white: 12.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1e393d on black: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red11.8%
Green22.4%
Blue23.9%
CMYK percentages
Cyan50.8%
Magenta6.6%
Yellow0.0%
Key (black)76.1%
Color previews
#1e393d text on a black background
contrast 1.71:1
Card sample
#1e393d text on a white background
contrast 12.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1e393d;
Background color
Panel with #1e393d background
background-color: #1e393d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1e393d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(30, 57, 61, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(30, 57, 61, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1e393d; background: linear-gradient(135deg, #1e393d, #1E243D);