#1b142f
a deep, soft violet · warm · closest name: black
RGB
27, 20, 47
HSL
256°, 40%, 13%
CMYK
43, 57, 0, 82
Luminance
0.0094
Every format
| HEX | #1b142f |
| RGB | rgb(27, 20, 47) |
| HSL | hsl(256, 40%, 13%) |
| CMYK | cmyk(43%, 57%, 0%, 82%) |
| LAB | lab(8.5 11.4 -16.9) |
| LCH | lch(8.5 20.4 304.1) |
| OKLCH | oklch(0.216 0.052 293.5) |
Copy-ready code
/* CSS */
color: #1b142f;
background-color: #1b142f;
/* Tailwind (arbitrary) */
class="text-[#1b142f] bg-[#1b142f]"
/* SCSS */
$brand: #1b142f;
/* SwiftUI */
Color(red: 0.106, green: 0.078, blue: 0.184)
/* Android */
Color.parseColor("#1b142f")Accessibility — WCAG contrast
Aa
#1b142f on white: 17.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1b142f on black: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red10.6%
Green7.8%
Blue18.4%
CMYK percentages
Cyan42.6%
Magenta57.4%
Yellow0.0%
Key (black)81.6%
Color previews
#1b142f text on a black background
contrast 1.19:1
Card sample
#1b142f text on a white background
contrast 17.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1b142f;
Background color
Panel with #1b142f background
background-color: #1b142f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1b142f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(27, 20, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(27, 20, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1b142f; background: linear-gradient(135deg, #1b142f, #2D142F);