#092ab6
a dark, electric blue · warm · closest name: navy
RGB
9, 42, 182
HSL
229°, 91%, 38%
CMYK
95, 77, 0, 29
Luminance
0.0509
Every format
| HEX | #092ab6 |
| RGB | rgb(9, 42, 182) |
| HSL | hsl(229, 91%, 38%) |
| CMYK | cmyk(95%, 77%, 0%, 29%) |
| LAB | lab(27.0 45.8 -74.6) |
| LCH | lch(27.0 87.5 301.5) |
| OKLCH | oklch(0.389 0.217 264.9) |
Copy-ready code
/* CSS */
color: #092ab6;
background-color: #092ab6;
/* Tailwind (arbitrary) */
class="text-[#092ab6] bg-[#092ab6]"
/* SCSS */
$brand: #092ab6;
/* SwiftUI */
Color(red: 0.035, green: 0.165, blue: 0.714)
/* Android */
Color.parseColor("#092ab6")Accessibility — WCAG contrast
Aa
#092ab6 on white: 10.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#092ab6 on black: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green16.5%
Blue71.4%
CMYK percentages
Cyan95.1%
Magenta76.9%
Yellow0.0%
Key (black)28.6%
Color previews
#092ab6 text on a black background
contrast 2.02:1
Card sample
#092ab6 text on a white background
contrast 10.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #092ab6;
Background color
Panel with #092ab6 background
background-color: #092ab6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #092ab6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 42, 182, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 42, 182, 0.45);
Border & gradient
Gradient panel
border: 3px solid #092ab6; background: linear-gradient(135deg, #092ab6, #5C09B6);