#487cdf
a balanced, vivid blue · cool · closest name: dodgerblue
RGB
72, 124, 223
HSL
219°, 70%, 58%
CMYK
68, 44, 0, 13
Luminance
0.2112
Every format
| HEX | #487cdf |
| RGB | rgb(72, 124, 223) |
| HSL | hsl(219, 70%, 58%) |
| CMYK | cmyk(68%, 44%, 0%, 13%) |
| LAB | lab(53.1 14.7 -55.7) |
| LCH | lch(53.1 57.6 284.8) |
| OKLCH | oklch(0.600 0.161 261.9) |
Copy-ready code
/* CSS */
color: #487cdf;
background-color: #487cdf;
/* Tailwind (arbitrary) */
class="text-[#487cdf] bg-[#487cdf]"
/* SCSS */
$brand: #487cdf;
/* SwiftUI */
Color(red: 0.282, green: 0.486, blue: 0.875)
/* Android */
Color.parseColor("#487cdf")Accessibility — WCAG contrast
Aa
#487cdf on white: 4.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#487cdf on black: 5.22:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.2%
Green48.6%
Blue87.5%
CMYK percentages
Cyan67.7%
Magenta44.4%
Yellow0.0%
Key (black)12.5%
Color previews
#487cdf text on a black background
contrast 5.22:1
Card sample
#487cdf text on a white background
contrast 4.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #487cdf;
Background color
Panel with #487cdf background
background-color: #487cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #487cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(72, 124, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(72, 124, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #487cdf; background: linear-gradient(135deg, #487cdf, #7848DF);