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