#008bdf
a dark, electric blue · cool · closest name: dodgerblue
RGB
0, 139, 223
HSL
203°, 100%, 44%
CMYK
100, 38, 0, 13
Luminance
0.2379
Every format
| HEX | #008bdf |
| RGB | rgb(0, 139, 223) |
| HSL | hsl(203, 100%, 44%) |
| CMYK | cmyk(100%, 38%, 0%, 13%) |
| LAB | lab(55.9 -0.3 -51.3) |
| LCH | lch(55.9 51.3 269.7) |
| OKLCH | oklch(0.618 0.160 246.3) |
Copy-ready code
/* CSS */
color: #008bdf;
background-color: #008bdf;
/* Tailwind (arbitrary) */
class="text-[#008bdf] bg-[#008bdf]"
/* SCSS */
$brand: #008bdf;
/* SwiftUI */
Color(red: 0.000, green: 0.545, blue: 0.875)
/* Android */
Color.parseColor("#008bdf")Accessibility — WCAG contrast
Aa
#008bdf on white: 3.65:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#008bdf on black: 5.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green54.5%
Blue87.5%
CMYK percentages
Cyan100.0%
Magenta37.7%
Yellow0.0%
Key (black)12.5%
Color previews
#008bdf text on a black background
contrast 5.76:1
Card sample
#008bdf text on a white background
contrast 3.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #008bdf;
Background color
Panel with #008bdf background
background-color: #008bdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #008bdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 139, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 139, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #008bdf; background: linear-gradient(135deg, #008bdf, #0A00DF);