#147dc9
a dark, electric blue · cool · closest name: steelblue
RGB
20, 125, 201
HSL
205°, 82%, 43%
CMYK
90, 38, 0, 21
Luminance
0.1903
Every format
| HEX | #147dc9 |
| RGB | rgb(20, 125, 201) |
| HSL | hsl(205, 82%, 43%) |
| CMYK | cmyk(90%, 38%, 0%, 21%) |
| LAB | lab(50.7 0.4 -47.0) |
| LCH | lch(50.7 47.0 270.5) |
| OKLCH | oklch(0.574 0.146 247.4) |
Copy-ready code
/* CSS */
color: #147dc9;
background-color: #147dc9;
/* Tailwind (arbitrary) */
class="text-[#147dc9] bg-[#147dc9]"
/* SCSS */
$brand: #147dc9;
/* SwiftUI */
Color(red: 0.078, green: 0.490, blue: 0.788)
/* Android */
Color.parseColor("#147dc9")Accessibility — WCAG contrast
Aa
#147dc9 on white: 4.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#147dc9 on black: 4.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.8%
Green49.0%
Blue78.8%
CMYK percentages
Cyan90.0%
Magenta37.8%
Yellow0.0%
Key (black)21.2%
Color previews
#147dc9 text on a black background
contrast 4.81:1
Card sample
#147dc9 text on a white background
contrast 4.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #147dc9;
Background color
Panel with #147dc9 background
background-color: #147dc9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #147dc9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(20, 125, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(20, 125, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #147dc9; background: linear-gradient(135deg, #147dc9, #2414C9);