#092b7c
a dark, electric blue · cool · closest name: midnightblue
RGB
9, 43, 124
HSL
222°, 87%, 26%
CMYK
93, 65, 0, 51
Luminance
0.0324
Every format
| HEX | #092b7c |
| RGB | rgb(9, 43, 124) |
| HSL | hsl(222, 87%, 26%) |
| CMYK | cmyk(93%, 65%, 0%, 51%) |
| LAB | lab(21.0 23.0 -48.9) |
| LCH | lch(21.0 54.0 295.2) |
| OKLCH | oklch(0.327 0.143 263.3) |
Copy-ready code
/* CSS */
color: #092b7c;
background-color: #092b7c;
/* Tailwind (arbitrary) */
class="text-[#092b7c] bg-[#092b7c]"
/* SCSS */
$brand: #092b7c;
/* SwiftUI */
Color(red: 0.035, green: 0.169, blue: 0.486)
/* Android */
Color.parseColor("#092b7c")Accessibility — WCAG contrast
Aa
#092b7c on white: 12.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#092b7c on black: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green16.9%
Blue48.6%
CMYK percentages
Cyan92.7%
Magenta65.3%
Yellow0.0%
Key (black)51.4%
Color previews
#092b7c text on a black background
contrast 1.65:1
Card sample
#092b7c text on a white background
contrast 12.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #092b7c;
Background color
Panel with #092b7c background
background-color: #092b7c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #092b7c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 43, 124, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 43, 124, 0.45);
Border & gradient
Gradient panel
border: 3px solid #092b7c; background: linear-gradient(135deg, #092b7c, #34097C);