#0d2acf
a dark, electric blue · warm · closest name: navy
RGB
13, 42, 207
HSL
231°, 88%, 43%
CMYK
94, 80, 0, 19
Luminance
0.0625
Every format
| HEX | #0d2acf |
| RGB | rgb(13, 42, 207) |
| HSL | hsl(231, 88%, 43%) |
| CMYK | cmyk(94%, 80%, 0%, 19%) |
| LAB | lab(30.0 54.2 -84.2) |
| LCH | lch(30.0 100.2 302.8) |
| OKLCH | oklch(0.420 0.245 265.2) |
Copy-ready code
/* CSS */
color: #0d2acf;
background-color: #0d2acf;
/* Tailwind (arbitrary) */
class="text-[#0d2acf] bg-[#0d2acf]"
/* SCSS */
$brand: #0d2acf;
/* SwiftUI */
Color(red: 0.051, green: 0.165, blue: 0.812)
/* Android */
Color.parseColor("#0d2acf")Accessibility — WCAG contrast
Aa
#0d2acf on white: 9.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0d2acf on black: 2.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.1%
Green16.5%
Blue81.2%
CMYK percentages
Cyan93.7%
Magenta79.7%
Yellow0.0%
Key (black)18.8%
Color previews
#0d2acf text on a black background
contrast 2.25:1
Card sample
#0d2acf text on a white background
contrast 9.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0d2acf;
Background color
Panel with #0d2acf background
background-color: #0d2acf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0d2acf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(13, 42, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(13, 42, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0d2acf; background: linear-gradient(135deg, #0d2acf, #710DCF);