#147fdb
a balanced, electric blue · cool · closest name: dodgerblue
RGB
20, 127, 219
HSL
208°, 83%, 47%
CMYK
91, 42, 0, 14
Luminance
0.2044
Every format
| HEX | #147fdb |
| RGB | rgb(20, 127, 219) |
| HSL | hsl(208, 83%, 47%) |
| CMYK | cmyk(91%, 42%, 0%, 14%) |
| LAB | lab(52.3 6.1 -54.7) |
| LCH | lch(52.3 55.0 276.4) |
| OKLCH | oklch(0.590 0.166 251.3) |
Copy-ready code
/* CSS */
color: #147fdb;
background-color: #147fdb;
/* Tailwind (arbitrary) */
class="text-[#147fdb] bg-[#147fdb]"
/* SCSS */
$brand: #147fdb;
/* SwiftUI */
Color(red: 0.078, green: 0.498, blue: 0.859)
/* Android */
Color.parseColor("#147fdb")Accessibility — WCAG contrast
Aa
#147fdb on white: 4.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#147fdb on black: 5.09:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.8%
Green49.8%
Blue85.9%
CMYK percentages
Cyan90.9%
Magenta42.0%
Yellow0.0%
Key (black)14.1%
Color previews
#147fdb text on a black background
contrast 5.09:1
Card sample
#147fdb text on a white background
contrast 4.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #147fdb;
Background color
Panel with #147fdb background
background-color: #147fdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #147fdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(20, 127, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(20, 127, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #147fdb; background: linear-gradient(135deg, #147fdb, #2E14DB);