#092467
a deep, electric blue · cool · closest name: midnightblue
RGB
9, 36, 103
HSL
223°, 84%, 22%
CMYK
91, 65, 0, 60
Luminance
0.0230
Every format
| HEX | #092467 |
| RGB | rgb(9, 36, 103) |
| HSL | hsl(223, 84%, 22%) |
| CMYK | cmyk(91%, 65%, 0%, 60%) |
| LAB | lab(17.0 19.1 -41.9) |
| LCH | lch(17.0 46.0 294.6) |
| OKLCH | oklch(0.291 0.122 263.7) |
Copy-ready code
/* CSS */
color: #092467;
background-color: #092467;
/* Tailwind (arbitrary) */
class="text-[#092467] bg-[#092467]"
/* SCSS */
$brand: #092467;
/* SwiftUI */
Color(red: 0.035, green: 0.141, blue: 0.404)
/* Android */
Color.parseColor("#092467")Accessibility — WCAG contrast
Aa
#092467 on white: 14.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#092467 on black: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green14.1%
Blue40.4%
CMYK percentages
Cyan91.3%
Magenta65.0%
Yellow0.0%
Key (black)59.6%
Color previews
#092467 text on a black background
contrast 1.46:1
Card sample
#092467 text on a white background
contrast 14.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #092467;
Background color
Panel with #092467 background
background-color: #092467;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #092467;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 36, 103, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 36, 103, 0.45);
Border & gradient
Gradient panel
border: 3px solid #092467; background: linear-gradient(135deg, #092467, #2D0967);