#0d1cdf
a balanced, electric blue · warm · closest name: blue
RGB
13, 28, 223
HSL
236°, 89%, 46%
CMYK
94, 87, 0, 13
Luminance
0.0624
Every format
| HEX | #0d1cdf |
| RGB | rgb(13, 28, 223) |
| HSL | hsl(236, 89%, 46%) |
| CMYK | cmyk(94%, 87%, 0%, 13%) |
| LAB | lab(30.0 65.1 -93.5) |
| LCH | lch(30.0 113.9 304.8) |
| OKLCH | oklch(0.425 0.272 265.3) |
Copy-ready code
/* CSS */
color: #0d1cdf;
background-color: #0d1cdf;
/* Tailwind (arbitrary) */
class="text-[#0d1cdf] bg-[#0d1cdf]"
/* SCSS */
$brand: #0d1cdf;
/* SwiftUI */
Color(red: 0.051, green: 0.110, blue: 0.875)
/* Android */
Color.parseColor("#0d1cdf")Accessibility — WCAG contrast
Aa
#0d1cdf on white: 9.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0d1cdf on black: 2.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.1%
Green11.0%
Blue87.5%
CMYK percentages
Cyan94.2%
Magenta87.4%
Yellow0.0%
Key (black)12.5%
Color previews
#0d1cdf text on a black background
contrast 2.25:1
Card sample
#0d1cdf text on a white background
contrast 9.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0d1cdf;
Background color
Panel with #0d1cdf background
background-color: #0d1cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0d1cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(13, 28, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(13, 28, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0d1cdf; background: linear-gradient(135deg, #0d1cdf, #8A0DDF);