#092fbc
a dark, electric blue · warm · closest name: navy
RGB
9, 47, 188
HSL
227°, 91%, 39%
CMYK
95, 75, 0, 26
Luminance
0.0572
Every format
| HEX | #092fbc |
| RGB | rgb(9, 47, 188) |
| HSL | hsl(227, 91%, 39%) |
| CMYK | cmyk(95%, 75%, 0%, 26%) |
| LAB | lab(28.7 45.0 -75.3) |
| LCH | lch(28.7 87.7 300.8) |
| OKLCH | oklch(0.404 0.219 264.6) |
Copy-ready code
/* CSS */
color: #092fbc;
background-color: #092fbc;
/* Tailwind (arbitrary) */
class="text-[#092fbc] bg-[#092fbc]"
/* SCSS */
$brand: #092fbc;
/* SwiftUI */
Color(red: 0.035, green: 0.184, blue: 0.737)
/* Android */
Color.parseColor("#092fbc")Accessibility — WCAG contrast
Aa
#092fbc on white: 9.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#092fbc on black: 2.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green18.4%
Blue73.7%
CMYK percentages
Cyan95.2%
Magenta75.0%
Yellow0.0%
Key (black)26.3%
Color previews
#092fbc text on a black background
contrast 2.14:1
Card sample
#092fbc text on a white background
contrast 9.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #092fbc;
Background color
Panel with #092fbc background
background-color: #092fbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #092fbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 47, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 47, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #092fbc; background: linear-gradient(135deg, #092fbc, #5A09BC);