#1448ff
a balanced, electric blue · warm · closest name: blue
RGB
20, 72, 255
HSL
227°, 100%, 54%
CMYK
92, 72, 0, 0
Luminance
0.1200
Every format
| HEX | #1448ff |
| RGB | rgb(20, 72, 255) |
| HSL | hsl(227, 100%, 54%) |
| CMYK | cmyk(92%, 72%, 0%, 0%) |
| LAB | lab(41.2 54.0 -93.0) |
| LCH | lch(41.2 107.5 300.1) |
| OKLCH | oklch(0.515 0.271 264.6) |
Copy-ready code
/* CSS */
color: #1448ff;
background-color: #1448ff;
/* Tailwind (arbitrary) */
class="text-[#1448ff] bg-[#1448ff]"
/* SCSS */
$brand: #1448ff;
/* SwiftUI */
Color(red: 0.078, green: 0.282, blue: 1.000)
/* Android */
Color.parseColor("#1448ff")Accessibility — WCAG contrast
Aa
#1448ff on white: 6.18:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#1448ff on black: 3.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.8%
Green28.2%
Blue100.0%
CMYK percentages
Cyan92.2%
Magenta71.8%
Yellow0.0%
Key (black)0.0%
Color previews
#1448ff text on a black background
contrast 3.40:1
Card sample
#1448ff text on a white background
contrast 6.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1448ff;
Background color
Panel with #1448ff background
background-color: #1448ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1448ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(20, 72, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(20, 72, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1448ff; background: linear-gradient(135deg, #1448ff, #7D14FF);