#146fdf
a balanced, electric blue · cool · closest name: royalblue
RGB
20, 111, 223
HSL
213°, 84%, 48%
CMYK
91, 50, 0, 13
Luminance
0.1685
Every format
| HEX | #146fdf |
| RGB | rgb(20, 111, 223) |
| HSL | hsl(213, 84%, 48%) |
| CMYK | cmyk(91%, 50%, 0%, 13%) |
| LAB | lab(48.1 17.7 -63.8) |
| LCH | lch(48.1 66.2 285.5) |
| OKLCH | oklch(0.558 0.189 257.3) |
Copy-ready code
/* CSS */
color: #146fdf;
background-color: #146fdf;
/* Tailwind (arbitrary) */
class="text-[#146fdf] bg-[#146fdf]"
/* SCSS */
$brand: #146fdf;
/* SwiftUI */
Color(red: 0.078, green: 0.435, blue: 0.875)
/* Android */
Color.parseColor("#146fdf")Accessibility — WCAG contrast
Aa
#146fdf on white: 4.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#146fdf on black: 4.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.8%
Green43.5%
Blue87.5%
CMYK percentages
Cyan91.0%
Magenta50.2%
Yellow0.0%
Key (black)12.5%
Color previews
#146fdf text on a black background
contrast 4.37:1
Card sample
#146fdf text on a white background
contrast 4.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #146fdf;
Background color
Panel with #146fdf background
background-color: #146fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #146fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(20, 111, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(20, 111, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #146fdf; background: linear-gradient(135deg, #146fdf, #4014DF);