#1f182f
a deep, soft violet · warm · closest name: black
RGB
31, 24, 47
HSL
258°, 32%, 14%
CMYK
34, 49, 0, 82
Luminance
0.0115
Every format
| HEX | #1f182f |
| RGB | rgb(31, 24, 47) |
| HSL | hsl(258, 32%, 14%) |
| CMYK | cmyk(34%, 49%, 0%, 82%) |
| LAB | lab(10.2 9.8 -14.2) |
| LCH | lch(10.2 17.2 304.8) |
| OKLCH | oklch(0.230 0.044 296.8) |
Copy-ready code
/* CSS */
color: #1f182f;
background-color: #1f182f;
/* Tailwind (arbitrary) */
class="text-[#1f182f] bg-[#1f182f]"
/* SCSS */
$brand: #1f182f;
/* SwiftUI */
Color(red: 0.122, green: 0.094, blue: 0.184)
/* Android */
Color.parseColor("#1f182f")Accessibility — WCAG contrast
Aa
#1f182f on white: 17.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1f182f on black: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.2%
Green9.4%
Blue18.4%
CMYK percentages
Cyan34.0%
Magenta48.9%
Yellow0.0%
Key (black)81.6%
Color previews
#1f182f text on a black background
contrast 1.23:1
Card sample
#1f182f text on a white background
contrast 17.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1f182f;
Background color
Panel with #1f182f background
background-color: #1f182f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1f182f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(31, 24, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(31, 24, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1f182f; background: linear-gradient(135deg, #1f182f, #2E182F);