#0e303d
a deep, vivid cyan · cool · closest name: darkslategray
RGB
14, 48, 61
HSL
197°, 63%, 15%
CMYK
77, 21, 0, 76
Luminance
0.0254
Every format
| HEX | #0e303d |
| RGB | rgb(14, 48, 61) |
| HSL | hsl(197, 63%, 15%) |
| CMYK | cmyk(77%, 21%, 0%, 76%) |
| LAB | lab(18.1 -7.2 -11.8) |
| LCH | lch(18.1 13.8 238.6) |
| OKLCH | oklch(0.291 0.045 226.9) |
Copy-ready code
/* CSS */
color: #0e303d;
background-color: #0e303d;
/* Tailwind (arbitrary) */
class="text-[#0e303d] bg-[#0e303d]"
/* SCSS */
$brand: #0e303d;
/* SwiftUI */
Color(red: 0.055, green: 0.188, blue: 0.239)
/* Android */
Color.parseColor("#0e303d")Accessibility — WCAG contrast
Aa
#0e303d on white: 13.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0e303d on black: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.5%
Green18.8%
Blue23.9%
CMYK percentages
Cyan77.0%
Magenta21.3%
Yellow0.0%
Key (black)76.1%
Color previews
#0e303d text on a black background
contrast 1.51:1
Card sample
#0e303d text on a white background
contrast 13.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0e303d;
Background color
Panel with #0e303d background
background-color: #0e303d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0e303d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(14, 48, 61, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(14, 48, 61, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0e303d; background: linear-gradient(135deg, #0e303d, #0E113D);