#007cca
a dark, electric blue · cool · closest name: steelblue
RGB
0, 124, 202
HSL
203°, 100%, 40%
CMYK
100, 39, 0, 21
Luminance
0.1868
Every format
| HEX | #007cca |
| RGB | rgb(0, 124, 202) |
| HSL | hsl(203, 100%, 40%) |
| CMYK | cmyk(100%, 39%, 0%, 21%) |
| LAB | lab(50.3 0.6 -48.3) |
| LCH | lch(50.3 48.3 270.7) |
| OKLCH | oklch(0.570 0.150 247.0) |
Copy-ready code
/* CSS */
color: #007cca;
background-color: #007cca;
/* Tailwind (arbitrary) */
class="text-[#007cca] bg-[#007cca]"
/* SCSS */
$brand: #007cca;
/* SwiftUI */
Color(red: 0.000, green: 0.486, blue: 0.792)
/* Android */
Color.parseColor("#007cca")Accessibility — WCAG contrast
Aa
#007cca on white: 4.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#007cca on black: 4.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green48.6%
Blue79.2%
CMYK percentages
Cyan100.0%
Magenta38.6%
Yellow0.0%
Key (black)20.8%
Color previews
#007cca text on a black background
contrast 4.74:1
Card sample
#007cca text on a white background
contrast 4.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #007cca;
Background color
Panel with #007cca background
background-color: #007cca;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #007cca;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 124, 202, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 124, 202, 0.45);
Border & gradient
Gradient panel
border: 3px solid #007cca; background: linear-gradient(135deg, #007cca, #0B00CA);