#1f2e6b
a dark, vivid blue · warm · closest name: midnightblue
RGB
31, 46, 107
HSL
228°, 55%, 27%
CMYK
71, 57, 0, 58
Luminance
0.0331
Every format
| HEX | #1f2e6b |
| RGB | rgb(31, 46, 107) |
| HSL | hsl(228, 55%, 27%) |
| CMYK | cmyk(71%, 57%, 0%, 58%) |
| LAB | lab(21.2 16.2 -37.5) |
| LCH | lch(21.2 40.9 293.4) |
| OKLCH | oklch(0.327 0.108 269.2) |
Copy-ready code
/* CSS */
color: #1f2e6b;
background-color: #1f2e6b;
/* Tailwind (arbitrary) */
class="text-[#1f2e6b] bg-[#1f2e6b]"
/* SCSS */
$brand: #1f2e6b;
/* SwiftUI */
Color(red: 0.122, green: 0.180, blue: 0.420)
/* Android */
Color.parseColor("#1f2e6b")Accessibility — WCAG contrast
Aa
#1f2e6b on white: 12.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1f2e6b on black: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.2%
Green18.0%
Blue42.0%
CMYK percentages
Cyan71.0%
Magenta57.0%
Yellow0.0%
Key (black)58.0%
Color previews
#1f2e6b text on a black background
contrast 1.66:1
Card sample
#1f2e6b text on a white background
contrast 12.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1f2e6b;
Background color
Panel with #1f2e6b background
background-color: #1f2e6b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1f2e6b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(31, 46, 107, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(31, 46, 107, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1f2e6b; background: linear-gradient(135deg, #1f2e6b, #431F6B);