#356bdf
a balanced, vivid blue · cool · closest name: royalblue
RGB
53, 107, 223
HSL
221°, 73%, 54%
CMYK
76, 52, 0, 13
Luminance
0.1660
Every format
| HEX | #356bdf |
| RGB | rgb(53, 107, 223) |
| HSL | hsl(221, 73%, 54%) |
| CMYK | cmyk(76%, 52%, 0%, 13%) |
| LAB | lab(47.8 22.8 -64.3) |
| LCH | lch(47.8 68.2 289.5) |
| OKLCH | oklch(0.557 0.187 263.0) |
Copy-ready code
/* CSS */
color: #356bdf;
background-color: #356bdf;
/* Tailwind (arbitrary) */
class="text-[#356bdf] bg-[#356bdf]"
/* SCSS */
$brand: #356bdf;
/* SwiftUI */
Color(red: 0.208, green: 0.420, blue: 0.875)
/* Android */
Color.parseColor("#356bdf")Accessibility — WCAG contrast
Aa
#356bdf on white: 4.86:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#356bdf on black: 4.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.8%
Green42.0%
Blue87.5%
CMYK percentages
Cyan76.2%
Magenta52.0%
Yellow0.0%
Key (black)12.5%
Color previews
#356bdf text on a black background
contrast 4.32:1
Card sample
#356bdf text on a white background
contrast 4.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #356bdf;
Background color
Panel with #356bdf background
background-color: #356bdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #356bdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(53, 107, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(53, 107, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #356bdf; background: linear-gradient(135deg, #356bdf, #7035DF);