#1f295c
a deep, vivid blue · warm · closest name: midnightblue
RGB
31, 41, 92
HSL
230°, 50%, 24%
CMYK
66, 55, 0, 64
Luminance
0.0265
Every format
| HEX | #1f295c |
| RGB | rgb(31, 41, 92) |
| HSL | hsl(230, 50%, 24%) |
| CMYK | cmyk(66%, 55%, 0%, 64%) |
| LAB | lab(18.6 13.9 -32.0) |
| LCH | lch(18.6 34.9 293.5) |
| OKLCH | oklch(0.303 0.092 271.6) |
Copy-ready code
/* CSS */
color: #1f295c;
background-color: #1f295c;
/* Tailwind (arbitrary) */
class="text-[#1f295c] bg-[#1f295c]"
/* SCSS */
$brand: #1f295c;
/* SwiftUI */
Color(red: 0.122, green: 0.161, blue: 0.361)
/* Android */
Color.parseColor("#1f295c")Accessibility — WCAG contrast
Aa
#1f295c on white: 13.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1f295c on black: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.2%
Green16.1%
Blue36.1%
CMYK percentages
Cyan66.3%
Magenta55.4%
Yellow0.0%
Key (black)63.9%
Color previews
#1f295c text on a black background
contrast 1.53:1
Card sample
#1f295c text on a white background
contrast 13.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1f295c;
Background color
Panel with #1f295c background
background-color: #1f295c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1f295c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(31, 41, 92, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(31, 41, 92, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1f295c; background: linear-gradient(135deg, #1f295c, #3E1F5C);