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