#0a38c2
a dark, electric blue · warm · closest name: navy
RGB
10, 56, 194
HSL
225°, 90%, 40%
CMYK
95, 71, 0, 24
Luminance
0.0679
Every format
| HEX | #0a38c2 |
| RGB | rgb(10, 56, 194) |
| HSL | hsl(225, 90%, 40%) |
| CMYK | cmyk(95%, 71%, 0%, 24%) |
| LAB | lab(31.3 41.7 -74.5) |
| LCH | lch(31.3 85.4 299.2) |
| OKLCH | oklch(0.424 0.217 264.1) |
Copy-ready code
/* CSS */
color: #0a38c2;
background-color: #0a38c2;
/* Tailwind (arbitrary) */
class="text-[#0a38c2] bg-[#0a38c2]"
/* SCSS */
$brand: #0a38c2;
/* SwiftUI */
Color(red: 0.039, green: 0.220, blue: 0.761)
/* Android */
Color.parseColor("#0a38c2")Accessibility — WCAG contrast
Aa
#0a38c2 on white: 8.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0a38c2 on black: 2.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.9%
Green22.0%
Blue76.1%
CMYK percentages
Cyan94.8%
Magenta71.1%
Yellow0.0%
Key (black)23.9%
Color previews
#0a38c2 text on a black background
contrast 2.36:1
Card sample
#0a38c2 text on a white background
contrast 8.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0a38c2;
Background color
Panel with #0a38c2 background
background-color: #0a38c2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0a38c2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(10, 56, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(10, 56, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0a38c2; background: linear-gradient(135deg, #0a38c2, #570AC2);