#067cd3
a dark, electric blue · cool · closest name: dodgerblue
RGB
6, 124, 211
HSL
206°, 95%, 43%
CMYK
97, 41, 0, 17
Luminance
0.1916
Every format
| HEX | #067cd3 |
| RGB | rgb(6, 124, 211) |
| HSL | hsl(206, 95%, 43%) |
| CMYK | cmyk(97%, 41%, 0%, 17%) |
| LAB | lab(50.9 4.3 -52.5) |
| LCH | lch(50.9 52.7 274.7) |
| OKLCH | oklch(0.577 0.160 249.8) |
Copy-ready code
/* CSS */
color: #067cd3;
background-color: #067cd3;
/* Tailwind (arbitrary) */
class="text-[#067cd3] bg-[#067cd3]"
/* SCSS */
$brand: #067cd3;
/* SwiftUI */
Color(red: 0.024, green: 0.486, blue: 0.827)
/* Android */
Color.parseColor("#067cd3")Accessibility — WCAG contrast
Aa
#067cd3 on white: 4.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#067cd3 on black: 4.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.4%
Green48.6%
Blue82.7%
CMYK percentages
Cyan97.2%
Magenta41.2%
Yellow0.0%
Key (black)17.3%
Color previews
#067cd3 text on a black background
contrast 4.83:1
Card sample
#067cd3 text on a white background
contrast 4.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #067cd3;
Background color
Panel with #067cd3 background
background-color: #067cd3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #067cd3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(6, 124, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(6, 124, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #067cd3; background: linear-gradient(135deg, #067cd3, #1906D3);