#5f7ccc
a balanced, vivid blue · cool · closest name: dodgerblue
RGB
95, 124, 204
HSL
224°, 52%, 59%
CMYK
53, 39, 0, 20
Luminance
0.2121
Every format
| HEX | #5f7ccc |
| RGB | rgb(95, 124, 204) |
| HSL | hsl(224, 52%, 59%) |
| CMYK | cmyk(53%, 39%, 0%, 20%) |
| LAB | lab(53.2 12.6 -44.7) |
| LCH | lch(53.2 46.5 285.8) |
| OKLCH | oklch(0.601 0.127 267.5) |
Copy-ready code
/* CSS */
color: #5f7ccc;
background-color: #5f7ccc;
/* Tailwind (arbitrary) */
class="text-[#5f7ccc] bg-[#5f7ccc]"
/* SCSS */
$brand: #5f7ccc;
/* SwiftUI */
Color(red: 0.373, green: 0.486, blue: 0.800)
/* Android */
Color.parseColor("#5f7ccc")Accessibility — WCAG contrast
Aa
#5f7ccc on white: 4.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#5f7ccc on black: 5.24:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green48.6%
Blue80.0%
CMYK percentages
Cyan53.4%
Magenta39.2%
Yellow0.0%
Key (black)20.0%
Color previews
#5f7ccc text on a black background
contrast 5.24:1
Card sample
#5f7ccc text on a white background
contrast 4.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5f7ccc;
Background color
Panel with #5f7ccc background
background-color: #5f7ccc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5f7ccc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 124, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 124, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5f7ccc; background: linear-gradient(135deg, #5f7ccc, #8B5FCC);