#147dc0
a dark, electric blue · cool · closest name: steelblue
RGB
20, 125, 192
HSL
203°, 81%, 42%
CMYK
90, 35, 0, 25
Luminance
0.1862
Every format
| HEX | #147dc0 |
| RGB | rgb(20, 125, 192) |
| HSL | hsl(203, 81%, 42%) |
| CMYK | cmyk(90%, 35%, 0%, 25%) |
| LAB | lab(50.2 -3.1 -42.7) |
| LCH | lch(50.2 42.8 265.9) |
| OKLCH | oklch(0.569 0.135 244.4) |
Copy-ready code
/* CSS */
color: #147dc0;
background-color: #147dc0;
/* Tailwind (arbitrary) */
class="text-[#147dc0] bg-[#147dc0]"
/* SCSS */
$brand: #147dc0;
/* SwiftUI */
Color(red: 0.078, green: 0.490, blue: 0.753)
/* Android */
Color.parseColor("#147dc0")Accessibility — WCAG contrast
Aa
#147dc0 on white: 4.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#147dc0 on black: 4.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.8%
Green49.0%
Blue75.3%
CMYK percentages
Cyan89.6%
Magenta34.9%
Yellow0.0%
Key (black)24.7%
Color previews
#147dc0 text on a black background
contrast 4.72:1
Card sample
#147dc0 text on a white background
contrast 4.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #147dc0;
Background color
Panel with #147dc0 background
background-color: #147dc0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #147dc0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(20, 125, 192, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(20, 125, 192, 0.45);
Border & gradient
Gradient panel
border: 3px solid #147dc0; background: linear-gradient(135deg, #147dc0, #1E14C0);