#0932af
a dark, electric blue · warm · closest name: navy
RGB
9, 50, 175
HSL
225°, 90%, 36%
CMYK
95, 71, 0, 31
Luminance
0.0543
Every format
| HEX | #0932af |
| RGB | rgb(9, 50, 175) |
| HSL | hsl(225, 90%, 36%) |
| CMYK | cmyk(95%, 71%, 0%, 31%) |
| LAB | lab(27.9 38.4 -68.8) |
| LCH | lch(27.9 78.8 299.2) |
| OKLCH | oklch(0.394 0.201 264.2) |
Copy-ready code
/* CSS */
color: #0932af;
background-color: #0932af;
/* Tailwind (arbitrary) */
class="text-[#0932af] bg-[#0932af]"
/* SCSS */
$brand: #0932af;
/* SwiftUI */
Color(red: 0.035, green: 0.196, blue: 0.686)
/* Android */
Color.parseColor("#0932af")Accessibility — WCAG contrast
Aa
#0932af on white: 10.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0932af on black: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green19.6%
Blue68.6%
CMYK percentages
Cyan94.9%
Magenta71.4%
Yellow0.0%
Key (black)31.4%
Color previews
#0932af text on a black background
contrast 2.09:1
Card sample
#0932af text on a white background
contrast 10.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0932af;
Background color
Panel with #0932af background
background-color: #0932af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0932af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 50, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 50, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0932af; background: linear-gradient(135deg, #0932af, #4F09AF);