#488ade
a balanced, vivid blue · cool · closest name: dodgerblue
RGB
72, 138, 222
HSL
214°, 69%, 58%
CMYK
68, 38, 0, 13
Luminance
0.2483
Every format
| HEX | #488ade |
| RGB | rgb(72, 138, 222) |
| HSL | hsl(214, 69%, 58%) |
| CMYK | cmyk(68%, 38%, 0%, 13%) |
| LAB | lab(56.9 5.9 -49.0) |
| LCH | lch(56.9 49.4 276.8) |
| OKLCH | oklch(0.630 0.144 255.5) |
Copy-ready code
/* CSS */
color: #488ade;
background-color: #488ade;
/* Tailwind (arbitrary) */
class="text-[#488ade] bg-[#488ade]"
/* SCSS */
$brand: #488ade;
/* SwiftUI */
Color(red: 0.282, green: 0.541, blue: 0.871)
/* Android */
Color.parseColor("#488ade")Accessibility — WCAG contrast
Aa
#488ade on white: 3.52:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#488ade on black: 5.97:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.2%
Green54.1%
Blue87.1%
CMYK percentages
Cyan67.6%
Magenta37.8%
Yellow0.0%
Key (black)12.9%
Color previews
#488ade text on a black background
contrast 5.97:1
Card sample
#488ade text on a white background
contrast 3.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #488ade;
Background color
Panel with #488ade background
background-color: #488ade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #488ade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(72, 138, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(72, 138, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #488ade; background: linear-gradient(135deg, #488ade, #6A48DE);