#147fdf
a balanced, electric blue · cool · closest name: dodgerblue
RGB
20, 127, 223
HSL
208°, 84%, 48%
CMYK
91, 43, 0, 13
Luminance
0.2066
Every format
| HEX | #147fdf |
| RGB | rgb(20, 127, 223) |
| HSL | hsl(208, 84%, 48%) |
| CMYK | cmyk(91%, 43%, 0%, 13%) |
| LAB | lab(52.6 7.6 -56.6) |
| LCH | lch(52.6 57.1 277.7) |
| OKLCH | oklch(0.593 0.171 252.2) |
Copy-ready code
/* CSS */
color: #147fdf;
background-color: #147fdf;
/* Tailwind (arbitrary) */
class="text-[#147fdf] bg-[#147fdf]"
/* SCSS */
$brand: #147fdf;
/* SwiftUI */
Color(red: 0.078, green: 0.498, blue: 0.875)
/* Android */
Color.parseColor("#147fdf")Accessibility — WCAG contrast
Aa
#147fdf on white: 4.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#147fdf on black: 5.13:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.8%
Green49.8%
Blue87.5%
CMYK percentages
Cyan91.0%
Magenta43.0%
Yellow0.0%
Key (black)12.5%
Color previews
#147fdf text on a black background
contrast 5.13:1
Card sample
#147fdf text on a white background
contrast 4.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #147fdf;
Background color
Panel with #147fdf background
background-color: #147fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #147fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(20, 127, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(20, 127, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #147fdf; background: linear-gradient(135deg, #147fdf, #3014DF);