#006fba
a dark, electric blue · cool · closest name: steelblue
RGB
0, 111, 186
HSL
204°, 100%, 37%
CMYK
100, 40, 0, 27
Luminance
0.1491
Every format
| HEX | #006fba |
| RGB | rgb(0, 111, 186) |
| HSL | hsl(204, 100%, 37%) |
| CMYK | cmyk(100%, 40%, 0%, 27%) |
| LAB | lab(45.5 2.3 -46.7) |
| LCH | lch(45.5 46.8 272.8) |
| OKLCH | oklch(0.530 0.144 248.4) |
Copy-ready code
/* CSS */
color: #006fba;
background-color: #006fba;
/* Tailwind (arbitrary) */
class="text-[#006fba] bg-[#006fba]"
/* SCSS */
$brand: #006fba;
/* SwiftUI */
Color(red: 0.000, green: 0.435, blue: 0.729)
/* Android */
Color.parseColor("#006fba")Accessibility — WCAG contrast
Aa
#006fba on white: 5.27:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#006fba on black: 3.98:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green43.5%
Blue72.9%
CMYK percentages
Cyan100.0%
Magenta40.3%
Yellow0.0%
Key (black)27.1%
Color previews
#006fba text on a black background
contrast 3.98:1
Card sample
#006fba text on a white background
contrast 5.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #006fba;
Background color
Panel with #006fba background
background-color: #006fba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #006fba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 111, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 111, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #006fba; background: linear-gradient(135deg, #006fba, #0D00BA);