#488afd
a balanced, electric blue · cool · closest name: dodgerblue
RGB
72, 138, 253
HSL
218°, 98%, 64%
CMYK
72, 46, 0, 1
Luminance
0.2665
Every format
| HEX | #488afd |
| RGB | rgb(72, 138, 253) |
| HSL | hsl(218, 98%, 64%) |
| CMYK | cmyk(72%, 46%, 0%, 1%) |
| LAB | lab(58.6 16.7 -63.4) |
| LCH | lch(58.6 65.6 284.8) |
| OKLCH | oklch(0.649 0.184 260.6) |
Copy-ready code
/* CSS */
color: #488afd;
background-color: #488afd;
/* Tailwind (arbitrary) */
class="text-[#488afd] bg-[#488afd]"
/* SCSS */
$brand: #488afd;
/* SwiftUI */
Color(red: 0.282, green: 0.541, blue: 0.992)
/* Android */
Color.parseColor("#488afd")Accessibility — WCAG contrast
Aa
#488afd on white: 3.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#488afd on black: 6.33:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.2%
Green54.1%
Blue99.2%
CMYK percentages
Cyan71.5%
Magenta45.5%
Yellow0.0%
Key (black)0.8%
Color previews
#488afd text on a black background
contrast 6.33:1
Card sample
#488afd text on a white background
contrast 3.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #488afd;
Background color
Panel with #488afd background
background-color: #488afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #488afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(72, 138, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(72, 138, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #488afd; background: linear-gradient(135deg, #488afd, #7F48FD);