#007dfd
a balanced, electric blue · cool · closest name: royalblue
RGB
0, 125, 253
HSL
210°, 100%, 50%
CMYK
100, 51, 0, 1
Luminance
0.2176
Every format
| HEX | #007dfd |
| RGB | rgb(0, 125, 253) |
| HSL | hsl(210, 100%, 50%) |
| CMYK | cmyk(100%, 51%, 0%, 1%) |
| LAB | lab(53.8 19.9 -71.3) |
| LCH | lch(53.8 74.1 285.6) |
| OKLCH | oklch(0.608 0.212 256.5) |
Copy-ready code
/* CSS */
color: #007dfd;
background-color: #007dfd;
/* Tailwind (arbitrary) */
class="text-[#007dfd] bg-[#007dfd]"
/* SCSS */
$brand: #007dfd;
/* SwiftUI */
Color(red: 0.000, green: 0.490, blue: 0.992)
/* Android */
Color.parseColor("#007dfd")Accessibility — WCAG contrast
Aa
#007dfd on white: 3.92:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#007dfd on black: 5.35:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green49.0%
Blue99.2%
CMYK percentages
Cyan100.0%
Magenta50.6%
Yellow0.0%
Key (black)0.8%
Color previews
#007dfd text on a black background
contrast 5.35:1
Card sample
#007dfd text on a white background
contrast 3.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #007dfd;
Background color
Panel with #007dfd background
background-color: #007dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #007dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 125, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 125, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #007dfd; background: linear-gradient(135deg, #007dfd, #2C00FD);