#1f115d
a deep, vivid blue · warm · closest name: midnightblue
RGB
31, 17, 93
HSL
251°, 69%, 22%
CMYK
67, 82, 0, 64
Luminance
0.0148
Every format
| HEX | #1f115d |
| RGB | rgb(31, 17, 93) |
| HSL | hsl(251, 69%, 22%) |
| CMYK | cmyk(67%, 82%, 0%, 64%) |
| LAB | lab(12.5 30.5 -42.6) |
| LCH | lch(12.5 52.4 305.6) |
| OKLCH | oklch(0.259 0.125 281.6) |
Copy-ready code
/* CSS */
color: #1f115d;
background-color: #1f115d;
/* Tailwind (arbitrary) */
class="text-[#1f115d] bg-[#1f115d]"
/* SCSS */
$brand: #1f115d;
/* SwiftUI */
Color(red: 0.122, green: 0.067, blue: 0.365)
/* Android */
Color.parseColor("#1f115d")Accessibility — WCAG contrast
Aa
#1f115d on white: 16.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1f115d on black: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.2%
Green6.7%
Blue36.5%
CMYK percentages
Cyan66.7%
Magenta81.7%
Yellow0.0%
Key (black)63.5%
Color previews
#1f115d text on a black background
contrast 1.30:1
Card sample
#1f115d text on a white background
contrast 16.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1f115d;
Background color
Panel with #1f115d background
background-color: #1f115d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1f115d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(31, 17, 93, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(31, 17, 93, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1f115d; background: linear-gradient(135deg, #1f115d, #52115D);