#147fef
a balanced, electric blue · cool · closest name: dodgerblue
RGB
20, 127, 239
HSL
211°, 87%, 51%
CMYK
92, 47, 0, 6
Luminance
0.2156
Every format
| HEX | #147fef |
| RGB | rgb(20, 127, 239) |
| HSL | hsl(211, 87%, 51%) |
| CMYK | cmyk(92%, 47%, 0%, 6%) |
| LAB | lab(53.5 13.8 -63.9) |
| LCH | lch(53.5 65.4 282.2) |
| OKLCH | oklch(0.603 0.191 255.0) |
Copy-ready code
/* CSS */
color: #147fef;
background-color: #147fef;
/* Tailwind (arbitrary) */
class="text-[#147fef] bg-[#147fef]"
/* SCSS */
$brand: #147fef;
/* SwiftUI */
Color(red: 0.078, green: 0.498, blue: 0.937)
/* Android */
Color.parseColor("#147fef")Accessibility — WCAG contrast
Aa
#147fef on white: 3.95:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#147fef on black: 5.31:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.8%
Green49.8%
Blue93.7%
CMYK percentages
Cyan91.6%
Magenta46.9%
Yellow0.0%
Key (black)6.3%
Color previews
#147fef text on a black background
contrast 5.31:1
Card sample
#147fef text on a white background
contrast 3.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #147fef;
Background color
Panel with #147fef background
background-color: #147fef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #147fef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(20, 127, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(20, 127, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #147fef; background: linear-gradient(135deg, #147fef, #3B14EF);