#488ffd
a balanced, electric blue · cool · closest name: dodgerblue
RGB
72, 143, 253
HSL
217°, 98%, 64%
CMYK
72, 44, 0, 1
Luminance
0.2811
Every format
| HEX | #488ffd |
| RGB | rgb(72, 143, 253) |
| HSL | hsl(217, 98%, 64%) |
| CMYK | cmyk(72%, 44%, 0%, 1%) |
| LAB | lab(60.0 13.7 -61.3) |
| LCH | lch(60.0 62.8 282.6) |
| OKLCH | oklch(0.659 0.179 259.0) |
Copy-ready code
/* CSS */
color: #488ffd;
background-color: #488ffd;
/* Tailwind (arbitrary) */
class="text-[#488ffd] bg-[#488ffd]"
/* SCSS */
$brand: #488ffd;
/* SwiftUI */
Color(red: 0.282, green: 0.561, blue: 0.992)
/* Android */
Color.parseColor("#488ffd")Accessibility — WCAG contrast
Aa
#488ffd on white: 3.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#488ffd on black: 6.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.2%
Green56.1%
Blue99.2%
CMYK percentages
Cyan71.5%
Magenta43.5%
Yellow0.0%
Key (black)0.8%
Color previews
#488ffd text on a black background
contrast 6.62:1
Card sample
#488ffd text on a white background
contrast 3.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #488ffd;
Background color
Panel with #488ffd background
background-color: #488ffd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #488ffd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(72, 143, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(72, 143, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #488ffd; background: linear-gradient(135deg, #488ffd, #7A48FD);