#0d2ccf
a dark, electric blue · warm · closest name: navy
RGB
13, 44, 207
HSL
230°, 88%, 43%
CMYK
94, 79, 0, 19
Luminance
0.0639
Every format
| HEX | #0d2ccf |
| RGB | rgb(13, 44, 207) |
| HSL | hsl(230, 88%, 43%) |
| CMYK | cmyk(94%, 79%, 0%, 19%) |
| LAB | lab(30.4 53.2 -83.7) |
| LCH | lch(30.4 99.1 302.4) |
| OKLCH | oklch(0.422 0.243 265.2) |
Copy-ready code
/* CSS */
color: #0d2ccf;
background-color: #0d2ccf;
/* Tailwind (arbitrary) */
class="text-[#0d2ccf] bg-[#0d2ccf]"
/* SCSS */
$brand: #0d2ccf;
/* SwiftUI */
Color(red: 0.051, green: 0.173, blue: 0.812)
/* Android */
Color.parseColor("#0d2ccf")Accessibility — WCAG contrast
Aa
#0d2ccf on white: 9.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0d2ccf on black: 2.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.1%
Green17.3%
Blue81.2%
CMYK percentages
Cyan93.7%
Magenta78.7%
Yellow0.0%
Key (black)18.8%
Color previews
#0d2ccf text on a black background
contrast 2.28:1
Card sample
#0d2ccf text on a white background
contrast 9.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0d2ccf;
Background color
Panel with #0d2ccf background
background-color: #0d2ccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0d2ccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(13, 44, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(13, 44, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0d2ccf; background: linear-gradient(135deg, #0d2ccf, #6F0DCF);