#008dfd
a balanced, electric blue · cool · “dodgerblue”
RGB
0, 141, 253
HSL
207°, 100%, 50%
CMYK
100, 44, 0, 1
Luminance
0.2614
Every format
| HEX | #008dfd |
| RGB | rgb(0, 141, 253) |
| HSL | hsl(207, 100%, 50%) |
| CMYK | cmyk(100%, 44%, 0%, 1%) |
| LAB | lab(58.2 10.0 -64.3) |
| LCH | lch(58.2 65.0 278.8) |
| OKLCH | oklch(0.641 0.194 252.3) |
Copy-ready code
/* CSS */
color: #008dfd;
background-color: #008dfd;
/* Tailwind (arbitrary) */
class="text-[#008dfd] bg-[#008dfd]"
/* SCSS */
$brand: #008dfd;
/* SwiftUI */
Color(red: 0.000, green: 0.553, blue: 0.992)
/* Android */
Color.parseColor("#008dfd")Accessibility — WCAG contrast
Aa
#008dfd on white: 3.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#008dfd on black: 6.23:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green55.3%
Blue99.2%
CMYK percentages
Cyan100.0%
Magenta44.3%
Yellow0.0%
Key (black)0.8%
Color previews
#008dfd text on a black background
contrast 6.23:1
Card sample
#008dfd text on a white background
contrast 3.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #008dfd;
Background color
Panel with #008dfd background
background-color: #008dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #008dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 141, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 141, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #008dfd; background: linear-gradient(135deg, #008dfd, #1C00FD);