#1447df
a balanced, electric blue · cool · closest name: royalblue
RGB
20, 71, 223
HSL
225°, 84%, 48%
CMYK
91, 68, 0, 13
Luminance
0.0998
Every format
| HEX | #1447df |
| RGB | rgb(20, 71, 223) |
| HSL | hsl(225, 84%, 48%) |
| CMYK | cmyk(91%, 68%, 0%, 13%) |
| LAB | lab(37.8 43.3 -80.6) |
| LCH | lch(37.8 91.5 298.3) |
| OKLCH | oklch(0.481 0.235 264.3) |
Copy-ready code
/* CSS */
color: #1447df;
background-color: #1447df;
/* Tailwind (arbitrary) */
class="text-[#1447df] bg-[#1447df]"
/* SCSS */
$brand: #1447df;
/* SwiftUI */
Color(red: 0.078, green: 0.278, blue: 0.875)
/* Android */
Color.parseColor("#1447df")Accessibility — WCAG contrast
Aa
#1447df on white: 7.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1447df on black: 3.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.8%
Green27.8%
Blue87.5%
CMYK percentages
Cyan91.0%
Magenta68.2%
Yellow0.0%
Key (black)12.5%
Color previews
#1447df text on a black background
contrast 3.00:1
Card sample
#1447df text on a white background
contrast 7.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1447df;
Background color
Panel with #1447df background
background-color: #1447df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1447df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(20, 71, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(20, 71, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1447df; background: linear-gradient(135deg, #1447df, #6814DF);