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