#488eee
a balanced, electric blue · cool · closest name: dodgerblue
RGB
72, 142, 238
HSL
215°, 83%, 61%
CMYK
70, 40, 0, 7
Luminance
0.2690
Every format
| HEX | #488eee |
| RGB | rgb(72, 142, 238) |
| HSL | hsl(215, 83%, 61%) |
| CMYK | cmyk(70%, 40%, 0%, 7%) |
| LAB | lab(58.9 9.1 -54.8) |
| LCH | lch(58.9 55.5 279.4) |
| OKLCH | oklch(0.648 0.160 257.0) |
Copy-ready code
/* CSS */
color: #488eee;
background-color: #488eee;
/* Tailwind (arbitrary) */
class="text-[#488eee] bg-[#488eee]"
/* SCSS */
$brand: #488eee;
/* SwiftUI */
Color(red: 0.282, green: 0.557, blue: 0.933)
/* Android */
Color.parseColor("#488eee")Accessibility — WCAG contrast
Aa
#488eee on white: 3.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#488eee on black: 6.38:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.2%
Green55.7%
Blue93.3%
CMYK percentages
Cyan69.7%
Magenta40.3%
Yellow0.0%
Key (black)6.7%
Color previews
#488eee text on a black background
contrast 6.38:1
Card sample
#488eee text on a white background
contrast 3.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #488eee;
Background color
Panel with #488eee background
background-color: #488eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #488eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(72, 142, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(72, 142, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #488eee; background: linear-gradient(135deg, #488eee, #7148EE);