#007ccf
a dark, electric blue · cool · closest name: dodgerblue
RGB
0, 124, 207
HSL
204°, 100%, 41%
CMYK
100, 40, 0, 19
Luminance
0.1892
Every format
| HEX | #007ccf |
| RGB | rgb(0, 124, 207) |
| HSL | hsl(204, 100%, 41%) |
| CMYK | cmyk(100%, 40%, 0%, 19%) |
| LAB | lab(50.6 2.6 -50.7) |
| LCH | lch(50.6 50.8 272.9) |
| OKLCH | oklch(0.574 0.156 248.5) |
Copy-ready code
/* CSS */
color: #007ccf;
background-color: #007ccf;
/* Tailwind (arbitrary) */
class="text-[#007ccf] bg-[#007ccf]"
/* SCSS */
$brand: #007ccf;
/* SwiftUI */
Color(red: 0.000, green: 0.486, blue: 0.812)
/* Android */
Color.parseColor("#007ccf")Accessibility — WCAG contrast
Aa
#007ccf on white: 4.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#007ccf on black: 4.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green48.6%
Blue81.2%
CMYK percentages
Cyan100.0%
Magenta40.1%
Yellow0.0%
Key (black)18.8%
Color previews
#007ccf text on a black background
contrast 4.78:1
Card sample
#007ccf text on a white background
contrast 4.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #007ccf;
Background color
Panel with #007ccf background
background-color: #007ccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #007ccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 124, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 124, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #007ccf; background: linear-gradient(135deg, #007ccf, #0E00CF);