#031985
a dark, electric blue · warm · closest name: navy
RGB
3, 25, 133
HSL
230°, 96%, 27%
CMYK
98, 81, 0, 48
Luminance
0.0241
Every format
| HEX | #031985 |
| RGB | rgb(3, 25, 133) |
| HSL | hsl(230, 96%, 27%) |
| CMYK | cmyk(98%, 81%, 0%, 48%) |
| LAB | lab(17.5 38.1 -60.3) |
| LCH | lch(17.5 71.3 302.3) |
| OKLCH | oklch(0.305 0.176 264.7) |
Copy-ready code
/* CSS */
color: #031985;
background-color: #031985;
/* Tailwind (arbitrary) */
class="text-[#031985] bg-[#031985]"
/* SCSS */
$brand: #031985;
/* SwiftUI */
Color(red: 0.012, green: 0.098, blue: 0.522)
/* Android */
Color.parseColor("#031985")Accessibility — WCAG contrast
Aa
#031985 on white: 14.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#031985 on black: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green9.8%
Blue52.2%
CMYK percentages
Cyan97.7%
Magenta81.2%
Yellow0.0%
Key (black)47.8%
Color previews
#031985 text on a black background
contrast 1.48:1
Card sample
#031985 text on a white background
contrast 14.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #031985;
Background color
Panel with #031985 background
background-color: #031985;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #031985;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 25, 133, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 25, 133, 0.45);
Border & gradient
Gradient panel
border: 3px solid #031985; background: linear-gradient(135deg, #031985, #440385);