#007cdf
a dark, electric blue · cool · closest name: dodgerblue
RGB
0, 124, 223
HSL
207°, 100%, 44%
CMYK
100, 44, 0, 13
Luminance
0.1974
Every format
| HEX | #007cdf |
| RGB | rgb(0, 124, 223) |
| HSL | hsl(207, 100%, 44%) |
| CMYK | cmyk(100%, 44%, 0%, 13%) |
| LAB | lab(51.5 8.8 -58.2) |
| LCH | lch(51.5 58.9 278.6) |
| OKLCH | oklch(0.584 0.176 252.2) |
Copy-ready code
/* CSS */
color: #007cdf;
background-color: #007cdf;
/* Tailwind (arbitrary) */
class="text-[#007cdf] bg-[#007cdf]"
/* SCSS */
$brand: #007cdf;
/* SwiftUI */
Color(red: 0.000, green: 0.486, blue: 0.875)
/* Android */
Color.parseColor("#007cdf")Accessibility — WCAG contrast
Aa
#007cdf on white: 4.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#007cdf on black: 4.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green48.6%
Blue87.5%
CMYK percentages
Cyan100.0%
Magenta44.4%
Yellow0.0%
Key (black)12.5%
Color previews
#007cdf text on a black background
contrast 4.95:1
Card sample
#007cdf text on a white background
contrast 4.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #007cdf;
Background color
Panel with #007cdf background
background-color: #007cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #007cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 124, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 124, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #007cdf; background: linear-gradient(135deg, #007cdf, #1900DF);