#092abf
a dark, electric blue · warm · closest name: navy
RGB
9, 42, 191
HSL
229°, 91%, 39%
CMYK
95, 78, 0, 25
Luminance
0.0548
Every format
| HEX | #092abf |
| RGB | rgb(9, 42, 191) |
| HSL | hsl(229, 91%, 39%) |
| CMYK | cmyk(95%, 78%, 0%, 25%) |
| LAB | lab(28.1 48.9 -78.2) |
| LCH | lch(28.1 92.2 302.0) |
| OKLCH | oklch(0.400 0.228 264.9) |
Copy-ready code
/* CSS */
color: #092abf;
background-color: #092abf;
/* Tailwind (arbitrary) */
class="text-[#092abf] bg-[#092abf]"
/* SCSS */
$brand: #092abf;
/* SwiftUI */
Color(red: 0.035, green: 0.165, blue: 0.749)
/* Android */
Color.parseColor("#092abf")Accessibility — WCAG contrast
Aa
#092abf on white: 10.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#092abf on black: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green16.5%
Blue74.9%
CMYK percentages
Cyan95.3%
Magenta78.0%
Yellow0.0%
Key (black)25.1%
Color previews
#092abf text on a black background
contrast 2.10:1
Card sample
#092abf text on a white background
contrast 10.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #092abf;
Background color
Panel with #092abf background
background-color: #092abf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #092abf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 42, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 42, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #092abf; background: linear-gradient(135deg, #092abf, #6109BF);