#0e181b
a deep, soft cyan · cool · closest name: black
RGB
14, 24, 27
HSL
194°, 32%, 8%
CMYK
48, 11, 0, 89
Luminance
0.0083
Every format
| HEX | #0e181b |
| RGB | rgb(14, 24, 27) |
| HSL | hsl(194, 32%, 8%) |
| CMYK | cmyk(48%, 11%, 0%, 89%) |
| LAB | lab(7.5 -3.3 -3.5) |
| LCH | lch(7.5 4.8 227.5) |
| OKLCH | oklch(0.201 0.016 218.4) |
Copy-ready code
/* CSS */
color: #0e181b;
background-color: #0e181b;
/* Tailwind (arbitrary) */
class="text-[#0e181b] bg-[#0e181b]"
/* SCSS */
$brand: #0e181b;
/* SwiftUI */
Color(red: 0.055, green: 0.094, blue: 0.106)
/* Android */
Color.parseColor("#0e181b")Accessibility — WCAG contrast
Aa
#0e181b on white: 18.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0e181b on black: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.5%
Green9.4%
Blue10.6%
CMYK percentages
Cyan48.1%
Magenta11.1%
Yellow0.0%
Key (black)89.4%
Color previews
#0e181b text on a black background
contrast 1.17:1
Card sample
#0e181b text on a white background
contrast 18.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0e181b;
Background color
Panel with #0e181b background
background-color: #0e181b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0e181b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(14, 24, 27, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(14, 24, 27, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0e181b; background: linear-gradient(135deg, #0e181b, #0E0F1B);