#1f2e99
a dark, vivid blue · warm · closest name: midnightblue
RGB
31, 46, 153
HSL
233°, 66%, 36%
CMYK
80, 70, 0, 40
Luminance
0.0455
Every format
| HEX | #1f2e99 |
| RGB | rgb(31, 46, 153) |
| HSL | hsl(233, 66%, 36%) |
| CMYK | cmyk(80%, 70%, 0%, 40%) |
| LAB | lab(25.4 34.0 -59.7) |
| LCH | lch(25.4 68.7 299.7) |
| OKLCH | oklch(0.371 0.173 269.1) |
Copy-ready code
/* CSS */
color: #1f2e99;
background-color: #1f2e99;
/* Tailwind (arbitrary) */
class="text-[#1f2e99] bg-[#1f2e99]"
/* SCSS */
$brand: #1f2e99;
/* SwiftUI */
Color(red: 0.122, green: 0.180, blue: 0.600)
/* Android */
Color.parseColor("#1f2e99")Accessibility — WCAG contrast
Aa
#1f2e99 on white: 11.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1f2e99 on black: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.2%
Green18.0%
Blue60.0%
CMYK percentages
Cyan79.7%
Magenta69.9%
Yellow0.0%
Key (black)40.0%
Color previews
#1f2e99 text on a black background
contrast 1.91:1
Card sample
#1f2e99 text on a white background
contrast 11.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1f2e99;
Background color
Panel with #1f2e99 background
background-color: #1f2e99;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1f2e99;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(31, 46, 153, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(31, 46, 153, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1f2e99; background: linear-gradient(135deg, #1f2e99, #611F99);