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