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