#2079ac
a dark, vivid blue · cool · closest name: steelblue
RGB
32, 121, 172
HSL
202°, 69%, 40%
CMYK
81, 30, 0, 33
Luminance
0.1696
Every format
| HEX | #2079ac |
| RGB | rgb(32, 121, 172) |
| HSL | hsl(202, 69%, 40%) |
| CMYK | cmyk(81%, 30%, 0%, 33%) |
| LAB | lab(48.2 -7.3 -34.3) |
| LCH | lch(48.2 35.1 258.0) |
| OKLCH | oklch(0.550 0.113 239.6) |
Copy-ready code
/* CSS */
color: #2079ac;
background-color: #2079ac;
/* Tailwind (arbitrary) */
class="text-[#2079ac] bg-[#2079ac]"
/* SCSS */
$brand: #2079ac;
/* SwiftUI */
Color(red: 0.125, green: 0.475, blue: 0.675)
/* Android */
Color.parseColor("#2079ac")Accessibility — WCAG contrast
Aa
#2079ac on white: 4.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#2079ac on black: 4.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.5%
Green47.5%
Blue67.5%
CMYK percentages
Cyan81.4%
Magenta29.7%
Yellow0.0%
Key (black)32.5%
Color previews
#2079ac text on a black background
contrast 4.39:1
Card sample
#2079ac text on a white background
contrast 4.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2079ac;
Background color
Panel with #2079ac background
background-color: #2079ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2079ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(32, 121, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(32, 121, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2079ac; background: linear-gradient(135deg, #2079ac, #2420AC);