#488af3
a balanced, electric blue · cool · closest name: dodgerblue
RGB
72, 138, 243
HSL
217°, 88%, 62%
CMYK
70, 43, 0, 5
Luminance
0.2603
Every format
| HEX | #488af3 |
| RGB | rgb(72, 138, 243) |
| HSL | hsl(217, 88%, 62%) |
| CMYK | cmyk(70%, 43%, 0%, 5%) |
| LAB | lab(58.1 13.2 -58.8) |
| LCH | lch(58.1 60.3 282.7) |
| OKLCH | oklch(0.642 0.171 259.3) |
Copy-ready code
/* CSS */
color: #488af3;
background-color: #488af3;
/* Tailwind (arbitrary) */
class="text-[#488af3] bg-[#488af3]"
/* SCSS */
$brand: #488af3;
/* SwiftUI */
Color(red: 0.282, green: 0.541, blue: 0.953)
/* Android */
Color.parseColor("#488af3")Accessibility — WCAG contrast
Aa
#488af3 on white: 3.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#488af3 on black: 6.21:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.2%
Green54.1%
Blue95.3%
CMYK percentages
Cyan70.4%
Magenta43.2%
Yellow0.0%
Key (black)4.7%
Color previews
#488af3 text on a black background
contrast 6.21:1
Card sample
#488af3 text on a white background
contrast 3.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #488af3;
Background color
Panel with #488af3 background
background-color: #488af3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #488af3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(72, 138, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(72, 138, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #488af3; background: linear-gradient(135deg, #488af3, #7848F3);