#007ace
a dark, electric blue · cool · closest name: dodgerblue
RGB
0, 122, 206
HSL
205°, 100%, 40%
CMYK
100, 41, 0, 19
Luminance
0.1838
Every format
| HEX | #007ace |
| RGB | rgb(0, 122, 206) |
| HSL | hsl(205, 100%, 40%) |
| CMYK | cmyk(100%, 41%, 0%, 19%) |
| LAB | lab(50.0 3.4 -51.1) |
| LCH | lch(50.0 51.3 273.8) |
| OKLCH | oklch(0.568 0.157 249.1) |
Copy-ready code
/* CSS */
color: #007ace;
background-color: #007ace;
/* Tailwind (arbitrary) */
class="text-[#007ace] bg-[#007ace]"
/* SCSS */
$brand: #007ace;
/* SwiftUI */
Color(red: 0.000, green: 0.478, blue: 0.808)
/* Android */
Color.parseColor("#007ace")Accessibility — WCAG contrast
Aa
#007ace on white: 4.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#007ace on black: 4.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green47.8%
Blue80.8%
CMYK percentages
Cyan100.0%
Magenta40.8%
Yellow0.0%
Key (black)19.2%
Color previews
#007ace text on a black background
contrast 4.68:1
Card sample
#007ace text on a white background
contrast 4.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #007ace;
Background color
Panel with #007ace background
background-color: #007ace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #007ace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 122, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 122, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #007ace; background: linear-gradient(135deg, #007ace, #0F00CE);