#007afd
a balanced, electric blue · cool · closest name: royalblue
RGB
0, 122, 253
HSL
211°, 100%, 50%
CMYK
100, 52, 0, 1
Luminance
0.2101
Every format
| HEX | #007afd |
| RGB | rgb(0, 122, 253) |
| HSL | hsl(211, 100%, 50%) |
| CMYK | cmyk(100%, 52%, 0%, 1%) |
| LAB | lab(53.0 21.8 -72.7) |
| LCH | lch(53.0 75.8 286.7) |
| OKLCH | oklch(0.601 0.215 257.2) |
Copy-ready code
/* CSS */
color: #007afd;
background-color: #007afd;
/* Tailwind (arbitrary) */
class="text-[#007afd] bg-[#007afd]"
/* SCSS */
$brand: #007afd;
/* SwiftUI */
Color(red: 0.000, green: 0.478, blue: 0.992)
/* Android */
Color.parseColor("#007afd")Accessibility — WCAG contrast
Aa
#007afd on white: 4.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#007afd on black: 5.20:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green47.8%
Blue99.2%
CMYK percentages
Cyan100.0%
Magenta51.8%
Yellow0.0%
Key (black)0.8%
Color previews
#007afd text on a black background
contrast 5.20:1
Card sample
#007afd text on a white background
contrast 4.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #007afd;
Background color
Panel with #007afd background
background-color: #007afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #007afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 122, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 122, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #007afd; background: linear-gradient(135deg, #007afd, #2F00FD);