#1e293b
a deep, soft blue · cool · closest name: black
RGB
30, 41, 59
HSL
217°, 33%, 18%
CMYK
49, 31, 0, 77
Luminance
0.0218
Every format
| HEX | #1e293b |
| RGB | rgb(30, 41, 59) |
| HSL | hsl(217, 33%, 18%) |
| CMYK | cmyk(49%, 31%, 0%, 77%) |
| LAB | lab(16.4 1.1 -13.0) |
| LCH | lch(16.4 13.1 274.7) |
| OKLCH | oklch(0.280 0.037 260.0) |
Copy-ready code
/* CSS */
color: #1e293b;
background-color: #1e293b;
/* Tailwind (arbitrary) */
class="text-[#1e293b] bg-[#1e293b]"
/* SCSS */
$brand: #1e293b;
/* SwiftUI */
Color(red: 0.118, green: 0.161, blue: 0.231)
/* Android */
Color.parseColor("#1e293b")Accessibility — WCAG contrast
Aa
#1e293b on white: 14.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1e293b on black: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red11.8%
Green16.1%
Blue23.1%
CMYK percentages
Cyan49.2%
Magenta30.5%
Yellow0.0%
Key (black)76.9%
Color previews
#1e293b text on a black background
contrast 1.44:1
Card sample
#1e293b text on a white background
contrast 14.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1e293b;
Background color
Panel with #1e293b background
background-color: #1e293b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1e293b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(30, 41, 59, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(30, 41, 59, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1e293b; background: linear-gradient(135deg, #1e293b, #261E3B);