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