#0940af
a dark, electric blue · cool · closest name: slateblue
RGB
9, 64, 175
HSL
220°, 90%, 36%
CMYK
95, 63, 0, 31
Luminance
0.0682
Every format
| HEX | #0940af |
| RGB | rgb(9, 64, 175) |
| HSL | hsl(220, 90%, 36%) |
| CMYK | cmyk(95%, 63%, 0%, 31%) |
| LAB | lab(31.4 29.2 -63.1) |
| LCH | lch(31.4 69.6 294.9) |
| OKLCH | oklch(0.419 0.185 262.3) |
Copy-ready code
/* CSS */
color: #0940af;
background-color: #0940af;
/* Tailwind (arbitrary) */
class="text-[#0940af] bg-[#0940af]"
/* SCSS */
$brand: #0940af;
/* SwiftUI */
Color(red: 0.035, green: 0.251, blue: 0.686)
/* Android */
Color.parseColor("#0940af")Accessibility — WCAG contrast
Aa
#0940af on white: 8.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0940af on black: 2.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green25.1%
Blue68.6%
CMYK percentages
Cyan94.9%
Magenta63.4%
Yellow0.0%
Key (black)31.4%
Color previews
#0940af text on a black background
contrast 2.36:1
Card sample
#0940af text on a white background
contrast 8.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0940af;
Background color
Panel with #0940af background
background-color: #0940af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0940af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 64, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 64, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0940af; background: linear-gradient(135deg, #0940af, #4109AF);