#448fdf
a balanced, vivid blue · cool · closest name: dodgerblue
RGB
68, 143, 223
HSL
211°, 71%, 57%
CMYK
70, 36, 0, 13
Luminance
0.2620
Every format
| HEX | #448fdf |
| RGB | rgb(68, 143, 223) |
| HSL | hsl(211, 71%, 57%) |
| CMYK | cmyk(70%, 36%, 0%, 13%) |
| LAB | lab(58.2 2.6 -47.5) |
| LCH | lch(58.2 47.5 273.2) |
| OKLCH | oklch(0.640 0.142 252.2) |
Copy-ready code
/* CSS */
color: #448fdf;
background-color: #448fdf;
/* Tailwind (arbitrary) */
class="text-[#448fdf] bg-[#448fdf]"
/* SCSS */
$brand: #448fdf;
/* SwiftUI */
Color(red: 0.267, green: 0.561, blue: 0.875)
/* Android */
Color.parseColor("#448fdf")Accessibility — WCAG contrast
Aa
#448fdf on white: 3.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#448fdf on black: 6.24:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green56.1%
Blue87.5%
CMYK percentages
Cyan69.5%
Magenta35.9%
Yellow0.0%
Key (black)12.5%
Color previews
#448fdf text on a black background
contrast 6.24:1
Card sample
#448fdf text on a white background
contrast 3.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #448fdf;
Background color
Panel with #448fdf background
background-color: #448fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #448fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 143, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 143, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #448fdf; background: linear-gradient(135deg, #448fdf, #6144DF);