#5b7ace
a balanced, vivid blue · cool · closest name: dodgerblue
RGB
91, 122, 206
HSL
224°, 54%, 58%
CMYK
56, 41, 0, 19
Luminance
0.2060
Every format
| HEX | #5b7ace |
| RGB | rgb(91, 122, 206) |
| HSL | hsl(224, 54%, 58%) |
| CMYK | cmyk(56%, 41%, 0%, 19%) |
| LAB | lab(52.5 13.6 -46.9) |
| LCH | lch(52.5 48.9 286.2) |
| OKLCH | oklch(0.595 0.133 267.1) |
Copy-ready code
/* CSS */
color: #5b7ace;
background-color: #5b7ace;
/* Tailwind (arbitrary) */
class="text-[#5b7ace] bg-[#5b7ace]"
/* SCSS */
$brand: #5b7ace;
/* SwiftUI */
Color(red: 0.357, green: 0.478, blue: 0.808)
/* Android */
Color.parseColor("#5b7ace")Accessibility — WCAG contrast
Aa
#5b7ace on white: 4.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#5b7ace on black: 5.12:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.7%
Green47.8%
Blue80.8%
CMYK percentages
Cyan55.8%
Magenta40.8%
Yellow0.0%
Key (black)19.2%
Color previews
#5b7ace text on a black background
contrast 5.12:1
Card sample
#5b7ace text on a white background
contrast 4.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5b7ace;
Background color
Panel with #5b7ace background
background-color: #5b7ace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5b7ace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(91, 122, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(91, 122, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5b7ace; background: linear-gradient(135deg, #5b7ace, #895BCE);