#537cdf
a balanced, vivid blue · cool · closest name: dodgerblue
RGB
83, 124, 223
HSL
222°, 69%, 60%
CMYK
63, 44, 0, 13
Luminance
0.2158
Every format
| HEX | #537cdf |
| RGB | rgb(83, 124, 223) |
| HSL | hsl(222, 69%, 60%) |
| CMYK | cmyk(63%, 44%, 0%, 13%) |
| LAB | lab(53.6 16.5 -54.8) |
| LCH | lch(53.6 57.3 286.8) |
| OKLCH | oklch(0.606 0.157 265.1) |
Copy-ready code
/* CSS */
color: #537cdf;
background-color: #537cdf;
/* Tailwind (arbitrary) */
class="text-[#537cdf] bg-[#537cdf]"
/* SCSS */
$brand: #537cdf;
/* SwiftUI */
Color(red: 0.325, green: 0.486, blue: 0.875)
/* Android */
Color.parseColor("#537cdf")Accessibility — WCAG contrast
Aa
#537cdf on white: 3.95:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#537cdf on black: 5.32:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.5%
Green48.6%
Blue87.5%
CMYK percentages
Cyan62.8%
Magenta44.4%
Yellow0.0%
Key (black)12.5%
Color previews
#537cdf text on a black background
contrast 5.32:1
Card sample
#537cdf text on a white background
contrast 3.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #537cdf;
Background color
Panel with #537cdf background
background-color: #537cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #537cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(83, 124, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(83, 124, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #537cdf; background: linear-gradient(135deg, #537cdf, #8753DF);