#092ba4
a dark, electric blue · warm · closest name: navy
RGB
9, 43, 164
HSL
227°, 90%, 34%
CMYK
95, 74, 0, 36
Luminance
0.0447
Every format
| HEX | #092ba4 |
| RGB | rgb(9, 43, 164) |
| HSL | hsl(227, 90%, 34%) |
| CMYK | cmyk(95%, 74%, 0%, 36%) |
| LAB | lab(25.1 38.7 -66.8) |
| LCH | lch(25.1 77.2 300.1) |
| OKLCH | oklch(0.370 0.195 264.7) |
Copy-ready code
/* CSS */
color: #092ba4;
background-color: #092ba4;
/* Tailwind (arbitrary) */
class="text-[#092ba4] bg-[#092ba4]"
/* SCSS */
$brand: #092ba4;
/* SwiftUI */
Color(red: 0.035, green: 0.169, blue: 0.643)
/* Android */
Color.parseColor("#092ba4")Accessibility — WCAG contrast
Aa
#092ba4 on white: 11.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#092ba4 on black: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green16.9%
Blue64.3%
CMYK percentages
Cyan94.5%
Magenta73.8%
Yellow0.0%
Key (black)35.7%
Color previews
#092ba4 text on a black background
contrast 1.89:1
Card sample
#092ba4 text on a white background
contrast 11.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #092ba4;
Background color
Panel with #092ba4 background
background-color: #092ba4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #092ba4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 43, 164, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 43, 164, 0.45);
Border & gradient
Gradient panel
border: 3px solid #092ba4; background: linear-gradient(135deg, #092ba4, #4E09A4);