#448aff
a balanced, electric blue · cool · closest name: dodgerblue
RGB
68, 138, 255
HSL
218°, 100%, 63%
CMYK
73, 46, 0, 0
Luminance
0.2663
Every format
| HEX | #448aff |
| RGB | rgb(68, 138, 255) |
| HSL | hsl(218, 100%, 63%) |
| CMYK | cmyk(73%, 46%, 0%, 0%) |
| LAB | lab(58.6 16.9 -64.5) |
| LCH | lch(58.6 66.7 284.7) |
| OKLCH | oklch(0.649 0.188 260.1) |
Copy-ready code
/* CSS */
color: #448aff;
background-color: #448aff;
/* Tailwind (arbitrary) */
class="text-[#448aff] bg-[#448aff]"
/* SCSS */
$brand: #448aff;
/* SwiftUI */
Color(red: 0.267, green: 0.541, blue: 1.000)
/* Android */
Color.parseColor("#448aff")Accessibility — WCAG contrast
Aa
#448aff on white: 3.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#448aff on black: 6.33:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green54.1%
Blue100.0%
CMYK percentages
Cyan73.3%
Magenta45.9%
Yellow0.0%
Key (black)0.0%
Color previews
#448aff text on a black background
contrast 6.33:1
Card sample
#448aff text on a white background
contrast 3.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #448aff;
Background color
Panel with #448aff background
background-color: #448aff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #448aff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 138, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 138, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #448aff; background: linear-gradient(135deg, #448aff, #7A44FF);