#5267be
a balanced, vivid blue · warm · closest name: royalblue
RGB
82, 103, 190
HSL
228°, 45%, 53%
CMYK
57, 46, 0, 26
Luminance
0.1521
Every format
| HEX | #5267be |
| RGB | rgb(82, 103, 190) |
| HSL | hsl(228, 45%, 53%) |
| CMYK | cmyk(57%, 46%, 0%, 26%) |
| LAB | lab(45.9 18.2 -48.3) |
| LCH | lch(45.9 51.6 290.7) |
| OKLCH | oklch(0.540 0.138 271.0) |
Copy-ready code
/* CSS */
color: #5267be;
background-color: #5267be;
/* Tailwind (arbitrary) */
class="text-[#5267be] bg-[#5267be]"
/* SCSS */
$brand: #5267be;
/* SwiftUI */
Color(red: 0.322, green: 0.404, blue: 0.745)
/* Android */
Color.parseColor("#5267be")Accessibility — WCAG contrast
Aa
#5267be on white: 5.19:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#5267be on black: 4.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green40.4%
Blue74.5%
CMYK percentages
Cyan56.8%
Magenta45.8%
Yellow0.0%
Key (black)25.5%
Color previews
#5267be text on a black background
contrast 4.04:1
Card sample
#5267be text on a white background
contrast 5.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5267be;
Background color
Panel with #5267be background
background-color: #5267be;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5267be;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 103, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 103, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5267be; background: linear-gradient(135deg, #5267be, #8552BE);