#5f7cdf
a balanced, vivid blue · warm · closest name: dodgerblue
RGB
95, 124, 223
HSL
226°, 67%, 62%
CMYK
57, 44, 0, 13
Luminance
0.2218
Every format
| HEX | #5f7cdf |
| RGB | rgb(95, 124, 223) |
| HSL | hsl(226, 67%, 62%) |
| CMYK | cmyk(57%, 44%, 0%, 13%) |
| LAB | lab(54.2 18.8 -53.8) |
| LCH | lch(54.2 57.0 289.2) |
| OKLCH | oklch(0.612 0.153 269.2) |
Copy-ready code
/* CSS */
color: #5f7cdf;
background-color: #5f7cdf;
/* Tailwind (arbitrary) */
class="text-[#5f7cdf] bg-[#5f7cdf]"
/* SCSS */
$brand: #5f7cdf;
/* SwiftUI */
Color(red: 0.373, green: 0.486, blue: 0.875)
/* Android */
Color.parseColor("#5f7cdf")Accessibility — WCAG contrast
Aa
#5f7cdf on white: 3.86:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#5f7cdf on black: 5.44:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green48.6%
Blue87.5%
CMYK percentages
Cyan57.4%
Magenta44.4%
Yellow0.0%
Key (black)12.5%
Color previews
#5f7cdf text on a black background
contrast 5.44:1
Card sample
#5f7cdf text on a white background
contrast 3.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5f7cdf;
Background color
Panel with #5f7cdf background
background-color: #5f7cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5f7cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 124, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 124, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5f7cdf; background: linear-gradient(135deg, #5f7cdf, #975FDF);