#0941eb
a balanced, electric blue · warm · closest name: navy
RGB
9, 65, 235
HSL
225°, 93%, 48%
CMYK
96, 72, 0, 8
Luminance
0.0984
Every format
| HEX | #0941eb |
| RGB | rgb(9, 65, 235) |
| HSL | hsl(225, 93%, 48%) |
| CMYK | cmyk(96%, 72%, 0%, 8%) |
| LAB | lab(37.5 50.9 -87.8) |
| LCH | lch(37.5 101.5 300.1) |
| OKLCH | oklch(0.482 0.256 264.1) |
Copy-ready code
/* CSS */
color: #0941eb;
background-color: #0941eb;
/* Tailwind (arbitrary) */
class="text-[#0941eb] bg-[#0941eb]"
/* SCSS */
$brand: #0941eb;
/* SwiftUI */
Color(red: 0.035, green: 0.255, blue: 0.922)
/* Android */
Color.parseColor("#0941eb")Accessibility — WCAG contrast
Aa
#0941eb on white: 7.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0941eb on black: 2.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green25.5%
Blue92.2%
CMYK percentages
Cyan96.2%
Magenta72.3%
Yellow0.0%
Key (black)7.8%
Color previews
#0941eb text on a black background
contrast 2.97:1
Card sample
#0941eb text on a white background
contrast 7.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0941eb;
Background color
Panel with #0941eb background
background-color: #0941eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0941eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 65, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 65, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0941eb; background: linear-gradient(135deg, #0941eb, #6709EB);