#092cc8
a dark, electric blue · warm · closest name: navy
RGB
9, 44, 200
HSL
229°, 91%, 41%
CMYK
96, 78, 0, 22
Luminance
0.0603
Every format
| HEX | #092cc8 |
| RGB | rgb(9, 44, 200) |
| HSL | hsl(229, 91%, 41%) |
| CMYK | cmyk(96%, 78%, 0%, 22%) |
| LAB | lab(29.5 50.8 -81.0) |
| LCH | lch(29.5 95.7 302.1) |
| OKLCH | oklch(0.413 0.236 264.8) |
Copy-ready code
/* CSS */
color: #092cc8;
background-color: #092cc8;
/* Tailwind (arbitrary) */
class="text-[#092cc8] bg-[#092cc8]"
/* SCSS */
$brand: #092cc8;
/* SwiftUI */
Color(red: 0.035, green: 0.173, blue: 0.784)
/* Android */
Color.parseColor("#092cc8")Accessibility — WCAG contrast
Aa
#092cc8 on white: 9.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#092cc8 on black: 2.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green17.3%
Blue78.4%
CMYK percentages
Cyan95.5%
Magenta78.0%
Yellow0.0%
Key (black)21.6%
Color previews
#092cc8 text on a black background
contrast 2.21:1
Card sample
#092cc8 text on a white background
contrast 9.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #092cc8;
Background color
Panel with #092cc8 background
background-color: #092cc8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #092cc8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 44, 200, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 44, 200, 0.45);
Border & gradient
Gradient panel
border: 3px solid #092cc8; background: linear-gradient(135deg, #092cc8, #6509C8);