#006fac
a dark, electric blue · cool · closest name: steelblue
RGB
0, 111, 172
HSL
201°, 100%, 34%
CMYK
100, 36, 0, 33
Luminance
0.1435
Every format
| HEX | #006fac |
| RGB | rgb(0, 111, 172) |
| HSL | hsl(201, 100%, 34%) |
| CMYK | cmyk(100%, 36%, 0%, 33%) |
| LAB | lab(44.7 -3.3 -39.8) |
| LCH | lch(44.7 40.0 265.3) |
| OKLCH | oklch(0.521 0.127 243.4) |
Copy-ready code
/* CSS */
color: #006fac;
background-color: #006fac;
/* Tailwind (arbitrary) */
class="text-[#006fac] bg-[#006fac]"
/* SCSS */
$brand: #006fac;
/* SwiftUI */
Color(red: 0.000, green: 0.435, blue: 0.675)
/* Android */
Color.parseColor("#006fac")Accessibility — WCAG contrast
Aa
#006fac on white: 5.43:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#006fac on black: 3.87:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green43.5%
Blue67.5%
CMYK percentages
Cyan100.0%
Magenta35.5%
Yellow0.0%
Key (black)32.5%
Color previews
#006fac text on a black background
contrast 3.87:1
Card sample
#006fac text on a white background
contrast 5.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #006fac;
Background color
Panel with #006fac background
background-color: #006fac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #006fac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 111, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 111, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #006fac; background: linear-gradient(135deg, #006fac, #0400AC);