#006fc0
a dark, electric blue · cool · closest name: dodgerblue
RGB
0, 111, 192
HSL
205°, 100%, 38%
CMYK
100, 42, 0, 25
Luminance
0.1517
Every format
| HEX | #006fc0 |
| RGB | rgb(0, 111, 192) |
| HSL | hsl(205, 100%, 38%) |
| CMYK | cmyk(100%, 42%, 0%, 25%) |
| LAB | lab(45.9 4.7 -49.6) |
| LCH | lch(45.9 49.9 275.4) |
| OKLCH | oklch(0.534 0.151 250.1) |
Copy-ready code
/* CSS */
color: #006fc0;
background-color: #006fc0;
/* Tailwind (arbitrary) */
class="text-[#006fc0] bg-[#006fc0]"
/* SCSS */
$brand: #006fc0;
/* SwiftUI */
Color(red: 0.000, green: 0.435, blue: 0.753)
/* Android */
Color.parseColor("#006fc0")Accessibility — WCAG contrast
Aa
#006fc0 on white: 5.20:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#006fc0 on black: 4.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green43.5%
Blue75.3%
CMYK percentages
Cyan100.0%
Magenta42.2%
Yellow0.0%
Key (black)24.7%
Color previews
#006fc0 text on a black background
contrast 4.03:1
Card sample
#006fc0 text on a white background
contrast 5.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #006fc0;
Background color
Panel with #006fc0 background
background-color: #006fc0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #006fc0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 111, 192, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 111, 192, 0.45);
Border & gradient
Gradient panel
border: 3px solid #006fc0; background: linear-gradient(135deg, #006fc0, #1100C0);