#0a2abf
a dark, electric blue · warm · closest name: navy
RGB
10, 42, 191
HSL
229°, 90%, 39%
CMYK
95, 78, 0, 25
Luminance
0.0548
Every format
| HEX | #0a2abf |
| RGB | rgb(10, 42, 191) |
| HSL | hsl(229, 90%, 39%) |
| CMYK | cmyk(95%, 78%, 0%, 25%) |
| LAB | lab(28.1 48.9 -78.1) |
| LCH | lch(28.1 92.2 302.0) |
| OKLCH | oklch(0.400 0.227 265.0) |
Copy-ready code
/* CSS */
color: #0a2abf;
background-color: #0a2abf;
/* Tailwind (arbitrary) */
class="text-[#0a2abf] bg-[#0a2abf]"
/* SCSS */
$brand: #0a2abf;
/* SwiftUI */
Color(red: 0.039, green: 0.165, blue: 0.749)
/* Android */
Color.parseColor("#0a2abf")Accessibility — WCAG contrast
Aa
#0a2abf on white: 10.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0a2abf on black: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.9%
Green16.5%
Blue74.9%
CMYK percentages
Cyan94.8%
Magenta78.0%
Yellow0.0%
Key (black)25.1%
Color previews
#0a2abf text on a black background
contrast 2.10:1
Card sample
#0a2abf text on a white background
contrast 10.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0a2abf;
Background color
Panel with #0a2abf background
background-color: #0a2abf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0a2abf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(10, 42, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(10, 42, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0a2abf; background: linear-gradient(135deg, #0a2abf, #630ABF);