#092cc3
a dark, electric blue · warm · closest name: navy
RGB
9, 44, 195
HSL
229°, 91%, 40%
CMYK
95, 77, 0, 24
Luminance
0.0580
Every format
| HEX | #092cc3 |
| RGB | rgb(9, 44, 195) |
| HSL | hsl(229, 91%, 40%) |
| CMYK | cmyk(95%, 77%, 0%, 24%) |
| LAB | lab(28.9 49.1 -79.1) |
| LCH | lch(28.9 93.1 301.8) |
| OKLCH | oklch(0.407 0.230 264.8) |
Copy-ready code
/* CSS */
color: #092cc3;
background-color: #092cc3;
/* Tailwind (arbitrary) */
class="text-[#092cc3] bg-[#092cc3]"
/* SCSS */
$brand: #092cc3;
/* SwiftUI */
Color(red: 0.035, green: 0.173, blue: 0.765)
/* Android */
Color.parseColor("#092cc3")Accessibility — WCAG contrast
Aa
#092cc3 on white: 9.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#092cc3 on black: 2.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green17.3%
Blue76.5%
CMYK percentages
Cyan95.4%
Magenta77.4%
Yellow0.0%
Key (black)23.5%
Color previews
#092cc3 text on a black background
contrast 2.16:1
Card sample
#092cc3 text on a white background
contrast 9.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #092cc3;
Background color
Panel with #092cc3 background
background-color: #092cc3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #092cc3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 44, 195, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 44, 195, 0.45);
Border & gradient
Gradient panel
border: 3px solid #092cc3; background: linear-gradient(135deg, #092cc3, #6209C3);