#448afd
a balanced, electric blue · cool · closest name: dodgerblue
RGB
68, 138, 253
HSL
217°, 98%, 63%
CMYK
73, 46, 0, 1
Luminance
0.2650
Every format
| HEX | #448afd |
| RGB | rgb(68, 138, 253) |
| HSL | hsl(217, 98%, 63%) |
| CMYK | cmyk(73%, 46%, 0%, 1%) |
| LAB | lab(58.5 16.2 -63.6) |
| LCH | lch(58.5 65.7 284.3) |
| OKLCH | oklch(0.647 0.185 259.8) |
Copy-ready code
/* CSS */
color: #448afd;
background-color: #448afd;
/* Tailwind (arbitrary) */
class="text-[#448afd] bg-[#448afd]"
/* SCSS */
$brand: #448afd;
/* SwiftUI */
Color(red: 0.267, green: 0.541, blue: 0.992)
/* Android */
Color.parseColor("#448afd")Accessibility — WCAG contrast
Aa
#448afd on white: 3.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#448afd on black: 6.30:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green54.1%
Blue99.2%
CMYK percentages
Cyan73.1%
Magenta45.5%
Yellow0.0%
Key (black)0.8%
Color previews
#448afd text on a black background
contrast 6.30:1
Card sample
#448afd text on a white background
contrast 3.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #448afd;
Background color
Panel with #448afd background
background-color: #448afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #448afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 138, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 138, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #448afd; background: linear-gradient(135deg, #448afd, #7944FD);