#005fac
a dark, electric blue · cool · closest name: steelblue
RGB
0, 95, 172
HSL
207°, 100%, 34%
CMYK
100, 45, 0, 33
Luminance
0.1116
Every format
| HEX | #005fac |
| RGB | rgb(0, 95, 172) |
| HSL | hsl(207, 100%, 34%) |
| CMYK | cmyk(100%, 45%, 0%, 33%) |
| LAB | lab(39.9 6.8 -47.6) |
| LCH | lch(39.9 48.1 278.2) |
| OKLCH | oklch(0.483 0.144 251.9) |
Copy-ready code
/* CSS */
color: #005fac;
background-color: #005fac;
/* Tailwind (arbitrary) */
class="text-[#005fac] bg-[#005fac]"
/* SCSS */
$brand: #005fac;
/* SwiftUI */
Color(red: 0.000, green: 0.373, blue: 0.675)
/* Android */
Color.parseColor("#005fac")Accessibility — WCAG contrast
Aa
#005fac on white: 6.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#005fac on black: 3.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green37.3%
Blue67.5%
CMYK percentages
Cyan100.0%
Magenta44.8%
Yellow0.0%
Key (black)32.5%
Color previews
#005fac text on a black background
contrast 3.23:1
Card sample
#005fac text on a white background
contrast 6.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #005fac;
Background color
Panel with #005fac background
background-color: #005fac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #005fac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 95, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 95, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #005fac; background: linear-gradient(135deg, #005fac, #1400AC);