#488cdf
a balanced, vivid blue · cool · closest name: dodgerblue
RGB
72, 140, 223
HSL
213°, 70%, 58%
CMYK
68, 37, 0, 13
Luminance
0.2546
Every format
| HEX | #488cdf |
| RGB | rgb(72, 140, 223) |
| HSL | hsl(213, 70%, 58%) |
| CMYK | cmyk(68%, 37%, 0%, 13%) |
| LAB | lab(57.5 5.0 -48.6) |
| LCH | lch(57.5 48.9 275.9) |
| OKLCH | oklch(0.635 0.143 254.7) |
Copy-ready code
/* CSS */
color: #488cdf;
background-color: #488cdf;
/* Tailwind (arbitrary) */
class="text-[#488cdf] bg-[#488cdf]"
/* SCSS */
$brand: #488cdf;
/* SwiftUI */
Color(red: 0.282, green: 0.549, blue: 0.875)
/* Android */
Color.parseColor("#488cdf")Accessibility — WCAG contrast
Aa
#488cdf on white: 3.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#488cdf on black: 6.09:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.2%
Green54.9%
Blue87.5%
CMYK percentages
Cyan67.7%
Magenta37.2%
Yellow0.0%
Key (black)12.5%
Color previews
#488cdf text on a black background
contrast 6.09:1
Card sample
#488cdf text on a white background
contrast 3.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #488cdf;
Background color
Panel with #488cdf background
background-color: #488cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #488cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(72, 140, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(72, 140, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #488cdf; background: linear-gradient(135deg, #488cdf, #6948DF);