#0d7cdf
a balanced, electric blue · cool · closest name: dodgerblue
RGB
13, 124, 223
HSL
208°, 89%, 46%
CMYK
94, 44, 0, 13
Luminance
0.1983
Every format
| HEX | #0d7cdf |
| RGB | rgb(13, 124, 223) |
| HSL | hsl(208, 89%, 46%) |
| CMYK | cmyk(94%, 44%, 0%, 13%) |
| LAB | lab(51.6 9.2 -58.0) |
| LCH | lch(51.6 58.8 279.0) |
| OKLCH | oklch(0.585 0.175 252.8) |
Copy-ready code
/* CSS */
color: #0d7cdf;
background-color: #0d7cdf;
/* Tailwind (arbitrary) */
class="text-[#0d7cdf] bg-[#0d7cdf]"
/* SCSS */
$brand: #0d7cdf;
/* SwiftUI */
Color(red: 0.051, green: 0.486, blue: 0.875)
/* Android */
Color.parseColor("#0d7cdf")Accessibility — WCAG contrast
Aa
#0d7cdf on white: 4.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#0d7cdf on black: 4.97:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.1%
Green48.6%
Blue87.5%
CMYK percentages
Cyan94.2%
Magenta44.4%
Yellow0.0%
Key (black)12.5%
Color previews
#0d7cdf text on a black background
contrast 4.97:1
Card sample
#0d7cdf text on a white background
contrast 4.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0d7cdf;
Background color
Panel with #0d7cdf background
background-color: #0d7cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0d7cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(13, 124, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(13, 124, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0d7cdf; background: linear-gradient(135deg, #0d7cdf, #2A0DDF);