#576fff
a light, electric blue · warm · closest name: royalblue
RGB
87, 111, 255
HSL
231°, 100%, 67%
CMYK
66, 57, 0, 0
Luminance
0.2062
Every format
| HEX | #576fff |
| RGB | rgb(87, 111, 255) |
| HSL | hsl(231, 100%, 67%) |
| CMYK | cmyk(66%, 57%, 0%, 0%) |
| LAB | lab(52.5 36.0 -74.4) |
| LCH | lch(52.5 82.6 295.8) |
| OKLCH | oklch(0.605 0.214 271.3) |
Copy-ready code
/* CSS */
color: #576fff;
background-color: #576fff;
/* Tailwind (arbitrary) */
class="text-[#576fff] bg-[#576fff]"
/* SCSS */
$brand: #576fff;
/* SwiftUI */
Color(red: 0.341, green: 0.435, blue: 1.000)
/* Android */
Color.parseColor("#576fff")Accessibility — WCAG contrast
Aa
#576fff on white: 4.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#576fff on black: 5.12:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.1%
Green43.5%
Blue100.0%
CMYK percentages
Cyan65.9%
Magenta56.5%
Yellow0.0%
Key (black)0.0%
Color previews
#576fff text on a black background
contrast 5.12:1
Card sample
#576fff text on a white background
contrast 4.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #576fff;
Background color
Panel with #576fff background
background-color: #576fff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #576fff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(87, 111, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(87, 111, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #576fff; background: linear-gradient(135deg, #576fff, #AF57FF);