#6571eb
a light, electric blue · warm · closest name: royalblue
RGB
101, 113, 235
HSL
235°, 77%, 66%
CMYK
57, 52, 0, 8
Luminance
0.2058
Every format
| HEX | #6571eb |
| RGB | rgb(101, 113, 235) |
| HSL | hsl(235, 77%, 66%) |
| CMYK | cmyk(57%, 52%, 0%, 8%) |
| LAB | lab(52.5 30.5 -63.3) |
| LCH | lch(52.5 70.2 295.7) |
| OKLCH | oklch(0.602 0.182 275.3) |
Copy-ready code
/* CSS */
color: #6571eb;
background-color: #6571eb;
/* Tailwind (arbitrary) */
class="text-[#6571eb] bg-[#6571eb]"
/* SCSS */
$brand: #6571eb;
/* SwiftUI */
Color(red: 0.396, green: 0.443, blue: 0.922)
/* Android */
Color.parseColor("#6571eb")Accessibility — WCAG contrast
Aa
#6571eb on white: 4.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#6571eb on black: 5.12:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.6%
Green44.3%
Blue92.2%
CMYK percentages
Cyan57.0%
Magenta51.9%
Yellow0.0%
Key (black)7.8%
Color previews
#6571eb text on a black background
contrast 5.12:1
Card sample
#6571eb text on a white background
contrast 4.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6571eb;
Background color
Panel with #6571eb background
background-color: #6571eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6571eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(101, 113, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(101, 113, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6571eb; background: linear-gradient(135deg, #6571eb, #B265EB);