#5d7fdf
a balanced, vivid blue · cool · closest name: dodgerblue
RGB
93, 127, 223
HSL
224°, 67%, 62%
CMYK
58, 43, 0, 13
Luminance
0.2283
Every format
| HEX | #5d7fdf |
| RGB | rgb(93, 127, 223) |
| HSL | hsl(224, 67%, 62%) |
| CMYK | cmyk(58%, 43%, 0%, 13%) |
| LAB | lab(54.9 16.5 -52.7) |
| LCH | lch(54.9 55.2 287.4) |
| OKLCH | oklch(0.617 0.150 267.3) |
Copy-ready code
/* CSS */
color: #5d7fdf;
background-color: #5d7fdf;
/* Tailwind (arbitrary) */
class="text-[#5d7fdf] bg-[#5d7fdf]"
/* SCSS */
$brand: #5d7fdf;
/* SwiftUI */
Color(red: 0.365, green: 0.498, blue: 0.875)
/* Android */
Color.parseColor("#5d7fdf")Accessibility — WCAG contrast
Aa
#5d7fdf on white: 3.77:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#5d7fdf on black: 5.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.5%
Green49.8%
Blue87.5%
CMYK percentages
Cyan58.3%
Magenta43.0%
Yellow0.0%
Key (black)12.5%
Color previews
#5d7fdf text on a black background
contrast 5.57:1
Card sample
#5d7fdf text on a white background
contrast 3.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5d7fdf;
Background color
Panel with #5d7fdf background
background-color: #5d7fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5d7fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(93, 127, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(93, 127, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5d7fdf; background: linear-gradient(135deg, #5d7fdf, #925DDF);