#091977
a dark, electric blue · warm · closest name: midnightblue
RGB
9, 25, 119
HSL
231°, 86%, 25%
CMYK
92, 79, 0, 53
Luminance
0.0209
Every format
| HEX | #091977 |
| RGB | rgb(9, 25, 119) |
| HSL | hsl(231, 86%, 25%) |
| CMYK | cmyk(92%, 79%, 0%, 53%) |
| LAB | lab(15.9 33.2 -54.0) |
| LCH | lch(15.9 63.4 301.6) |
| OKLCH | oklch(0.289 0.157 266.3) |
Copy-ready code
/* CSS */
color: #091977;
background-color: #091977;
/* Tailwind (arbitrary) */
class="text-[#091977] bg-[#091977]"
/* SCSS */
$brand: #091977;
/* SwiftUI */
Color(red: 0.035, green: 0.098, blue: 0.467)
/* Android */
Color.parseColor("#091977")Accessibility — WCAG contrast
Aa
#091977 on white: 14.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#091977 on black: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green9.8%
Blue46.7%
CMYK percentages
Cyan92.4%
Magenta79.0%
Yellow0.0%
Key (black)53.3%
Color previews
#091977 text on a black background
contrast 1.42:1
Card sample
#091977 text on a white background
contrast 14.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #091977;
Background color
Panel with #091977 background
background-color: #091977;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #091977;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 25, 119, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 25, 119, 0.45);
Border & gradient
Gradient panel
border: 3px solid #091977; background: linear-gradient(135deg, #091977, #420977);