#1f296b
a dark, vivid blue · warm · closest name: midnightblue
RGB
31, 41, 107
HSL
232°, 55%, 27%
CMYK
71, 62, 0, 58
Luminance
0.0294
Every format
| HEX | #1f296b |
| RGB | rgb(31, 41, 107) |
| HSL | hsl(232, 55%, 27%) |
| CMYK | cmyk(71%, 62%, 0%, 58%) |
| LAB | lab(19.8 19.8 -39.9) |
| LCH | lch(19.8 44.5 296.4) |
| OKLCH | oklch(0.316 0.115 271.6) |
Copy-ready code
/* CSS */
color: #1f296b;
background-color: #1f296b;
/* Tailwind (arbitrary) */
class="text-[#1f296b] bg-[#1f296b]"
/* SCSS */
$brand: #1f296b;
/* SwiftUI */
Color(red: 0.122, green: 0.161, blue: 0.420)
/* Android */
Color.parseColor("#1f296b")Accessibility — WCAG contrast
Aa
#1f296b on white: 13.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1f296b on black: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.2%
Green16.1%
Blue42.0%
CMYK percentages
Cyan71.0%
Magenta61.7%
Yellow0.0%
Key (black)58.0%
Color previews
#1f296b text on a black background
contrast 1.59:1
Card sample
#1f296b text on a white background
contrast 13.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1f296b;
Background color
Panel with #1f296b background
background-color: #1f296b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1f296b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(31, 41, 107, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(31, 41, 107, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1f296b; background: linear-gradient(135deg, #1f296b, #481F6B);