#1f2ea8
a dark, vivid blue · warm · closest name: navy
RGB
31, 46, 168
HSL
233°, 69%, 39%
CMYK
82, 73, 0, 34
Luminance
0.0507
Every format
| HEX | #1f2ea8 |
| RGB | rgb(31, 46, 168) |
| HSL | hsl(233, 69%, 39%) |
| CMYK | cmyk(82%, 73%, 0%, 34%) |
| LAB | lab(26.9 39.5 -66.2) |
| LCH | lch(26.9 77.1 300.8) |
| OKLCH | oklch(0.386 0.192 268.7) |
Copy-ready code
/* CSS */
color: #1f2ea8;
background-color: #1f2ea8;
/* Tailwind (arbitrary) */
class="text-[#1f2ea8] bg-[#1f2ea8]"
/* SCSS */
$brand: #1f2ea8;
/* SwiftUI */
Color(red: 0.122, green: 0.180, blue: 0.659)
/* Android */
Color.parseColor("#1f2ea8")Accessibility — WCAG contrast
Aa
#1f2ea8 on white: 10.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1f2ea8 on black: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.2%
Green18.0%
Blue65.9%
CMYK percentages
Cyan81.5%
Magenta72.6%
Yellow0.0%
Key (black)34.1%
Color previews
#1f2ea8 text on a black background
contrast 2.01:1
Card sample
#1f2ea8 text on a white background
contrast 10.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1f2ea8;
Background color
Panel with #1f2ea8 background
background-color: #1f2ea8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1f2ea8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(31, 46, 168, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(31, 46, 168, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1f2ea8; background: linear-gradient(135deg, #1f2ea8, #6B1FA8);