#448eee
a balanced, electric blue · cool · closest name: dodgerblue
RGB
68, 142, 238
HSL
214°, 83%, 60%
CMYK
71, 40, 0, 7
Luminance
0.2675
Every format
| HEX | #448eee |
| RGB | rgb(68, 142, 238) |
| HSL | hsl(214, 83%, 60%) |
| CMYK | cmyk(71%, 40%, 0%, 7%) |
| LAB | lab(58.7 8.5 -55.0) |
| LCH | lch(58.7 55.6 278.8) |
| OKLCH | oklch(0.646 0.162 256.1) |
Copy-ready code
/* CSS */
color: #448eee;
background-color: #448eee;
/* Tailwind (arbitrary) */
class="text-[#448eee] bg-[#448eee]"
/* SCSS */
$brand: #448eee;
/* SwiftUI */
Color(red: 0.267, green: 0.557, blue: 0.933)
/* Android */
Color.parseColor("#448eee")Accessibility — WCAG contrast
Aa
#448eee on white: 3.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#448eee on black: 6.35:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green55.7%
Blue93.3%
CMYK percentages
Cyan71.4%
Magenta40.3%
Yellow0.0%
Key (black)6.7%
Color previews
#448eee text on a black background
contrast 6.35:1
Card sample
#448eee text on a white background
contrast 3.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #448eee;
Background color
Panel with #448eee background
background-color: #448eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #448eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 142, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 142, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #448eee; background: linear-gradient(135deg, #448eee, #6B44EE);