#006fc2
a dark, electric blue · cool · closest name: dodgerblue
RGB
0, 111, 194
HSL
206°, 100%, 38%
CMYK
100, 43, 0, 24
Luminance
0.1526
Every format
| HEX | #006fc2 |
| RGB | rgb(0, 111, 194) |
| HSL | hsl(206, 100%, 38%) |
| CMYK | cmyk(100%, 43%, 0%, 24%) |
| LAB | lab(46.0 5.5 -50.6) |
| LCH | lch(46.0 50.9 276.2) |
| OKLCH | oklch(0.535 0.154 250.6) |
Copy-ready code
/* CSS */
color: #006fc2;
background-color: #006fc2;
/* Tailwind (arbitrary) */
class="text-[#006fc2] bg-[#006fc2]"
/* SCSS */
$brand: #006fc2;
/* SwiftUI */
Color(red: 0.000, green: 0.435, blue: 0.761)
/* Android */
Color.parseColor("#006fc2")Accessibility — WCAG contrast
Aa
#006fc2 on white: 5.18:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#006fc2 on black: 4.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green43.5%
Blue76.1%
CMYK percentages
Cyan100.0%
Magenta42.8%
Yellow0.0%
Key (black)23.9%
Color previews
#006fc2 text on a black background
contrast 4.05:1
Card sample
#006fc2 text on a white background
contrast 5.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #006fc2;
Background color
Panel with #006fc2 background
background-color: #006fc2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #006fc2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 111, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 111, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #006fc2; background: linear-gradient(135deg, #006fc2, #1200C2);