#5f8cdf
a balanced, vivid blue · cool · closest name: dodgerblue
RGB
95, 140, 223
HSL
219°, 67%, 62%
CMYK
57, 37, 0, 13
Luminance
0.2652
Every format
| HEX | #5f8cdf |
| RGB | rgb(95, 140, 223) |
| HSL | hsl(219, 67%, 62%) |
| CMYK | cmyk(57%, 37%, 0%, 13%) |
| LAB | lab(58.5 9.1 -46.9) |
| LCH | lch(58.5 47.8 281.0) |
| OKLCH | oklch(0.645 0.134 261.8) |
Copy-ready code
/* CSS */
color: #5f8cdf;
background-color: #5f8cdf;
/* Tailwind (arbitrary) */
class="text-[#5f8cdf] bg-[#5f8cdf]"
/* SCSS */
$brand: #5f8cdf;
/* SwiftUI */
Color(red: 0.373, green: 0.549, blue: 0.875)
/* Android */
Color.parseColor("#5f8cdf")Accessibility — WCAG contrast
Aa
#5f8cdf on white: 3.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#5f8cdf on black: 6.30:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green54.9%
Blue87.5%
CMYK percentages
Cyan57.4%
Magenta37.2%
Yellow0.0%
Key (black)12.5%
Color previews
#5f8cdf text on a black background
contrast 6.30:1
Card sample
#5f8cdf text on a white background
contrast 3.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5f8cdf;
Background color
Panel with #5f8cdf background
background-color: #5f8cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5f8cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 140, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 140, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5f8cdf; background: linear-gradient(135deg, #5f8cdf, #875FDF);