#007cfc
a balanced, electric blue · cool · closest name: royalblue
RGB
0, 124, 252
HSL
211°, 100%, 49%
CMYK
100, 51, 0, 1
Luminance
0.2144
Every format
| HEX | #007cfc |
| RGB | rgb(0, 124, 252) |
| HSL | hsl(211, 100%, 49%) |
| CMYK | cmyk(100%, 51%, 0%, 1%) |
| LAB | lab(53.4 20.1 -71.3) |
| LCH | lch(53.4 74.1 285.7) |
| OKLCH | oklch(0.605 0.212 256.7) |
Copy-ready code
/* CSS */
color: #007cfc;
background-color: #007cfc;
/* Tailwind (arbitrary) */
class="text-[#007cfc] bg-[#007cfc]"
/* SCSS */
$brand: #007cfc;
/* SwiftUI */
Color(red: 0.000, green: 0.486, blue: 0.988)
/* Android */
Color.parseColor("#007cfc")Accessibility — WCAG contrast
Aa
#007cfc on white: 3.97:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#007cfc on black: 5.29:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green48.6%
Blue98.8%
CMYK percentages
Cyan100.0%
Magenta50.8%
Yellow0.0%
Key (black)1.2%
Color previews
#007cfc text on a black background
contrast 5.29:1
Card sample
#007cfc text on a white background
contrast 3.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #007cfc;
Background color
Panel with #007cfc background
background-color: #007cfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #007cfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 124, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 124, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #007cfc; background: linear-gradient(135deg, #007cfc, #2C00FC);