#147dc2
a dark, electric blue · cool · closest name: steelblue
RGB
20, 125, 194
HSL
204°, 81%, 42%
CMYK
90, 36, 0, 24
Luminance
0.1871
Every format
| HEX | #147dc2 |
| RGB | rgb(20, 125, 194) |
| HSL | hsl(204, 81%, 42%) |
| CMYK | cmyk(90%, 36%, 0%, 24%) |
| LAB | lab(50.3 -2.3 -43.6) |
| LCH | lch(50.3 43.7 267.0) |
| OKLCH | oklch(0.570 0.137 245.1) |
Copy-ready code
/* CSS */
color: #147dc2;
background-color: #147dc2;
/* Tailwind (arbitrary) */
class="text-[#147dc2] bg-[#147dc2]"
/* SCSS */
$brand: #147dc2;
/* SwiftUI */
Color(red: 0.078, green: 0.490, blue: 0.761)
/* Android */
Color.parseColor("#147dc2")Accessibility — WCAG contrast
Aa
#147dc2 on white: 4.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#147dc2 on black: 4.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.8%
Green49.0%
Blue76.1%
CMYK percentages
Cyan89.7%
Magenta35.6%
Yellow0.0%
Key (black)23.9%
Color previews
#147dc2 text on a black background
contrast 4.74:1
Card sample
#147dc2 text on a white background
contrast 4.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #147dc2;
Background color
Panel with #147dc2 background
background-color: #147dc2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #147dc2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(20, 125, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(20, 125, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #147dc2; background: linear-gradient(135deg, #147dc2, #1F14C2);