#20719f
a dark, vivid blue · cool · closest name: steelblue
RGB
32, 113, 159
HSL
202°, 67%, 38%
CMYK
80, 29, 0, 38
Luminance
0.1462
Every format
| HEX | #20719f |
| RGB | rgb(32, 113, 159) |
| HSL | hsl(202, 67%, 38%) |
| CMYK | cmyk(80%, 29%, 0%, 38%) |
| LAB | lab(45.1 -7.4 -31.6) |
| LCH | lch(45.1 32.4 256.8) |
| OKLCH | oklch(0.523 0.104 239.0) |
Copy-ready code
/* CSS */
color: #20719f;
background-color: #20719f;
/* Tailwind (arbitrary) */
class="text-[#20719f] bg-[#20719f]"
/* SCSS */
$brand: #20719f;
/* SwiftUI */
Color(red: 0.125, green: 0.443, blue: 0.624)
/* Android */
Color.parseColor("#20719f")Accessibility — WCAG contrast
Aa
#20719f on white: 5.35:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#20719f on black: 3.92:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.5%
Green44.3%
Blue62.4%
CMYK percentages
Cyan79.9%
Magenta28.9%
Yellow0.0%
Key (black)37.6%
Color previews
#20719f text on a black background
contrast 3.92:1
Card sample
#20719f text on a white background
contrast 5.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #20719f;
Background color
Panel with #20719f background
background-color: #20719f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #20719f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(32, 113, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(32, 113, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #20719f; background: linear-gradient(135deg, #20719f, #24209F);