HSL(250, 80%, 57%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(250,80%,57%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(250, 80%, 57%) | color: hsl(250, 80%, 57%) | |
| HEX | #573AE9 | color: #573AE9 | |
| RGB | rgb(87, 58, 233) | color: rgb(87, 58, 233) | |
| CMYK | cmyk(63%, 75%, 0%, 9%) | — | |
| HSV | hsv(250, 75%, 91%) | — | |
| HWB | hwb(250 23% 9%) | color: hwb(250 23% 9%) | |
| OKLCH | oklch(0.5043 0.2449 280.57) | color: oklch(0.5043 0.2449 280.57) | |
| Lab | lab(39.47 59.03 -83.41) | color: lab(39.47 59.03 -83.41) | |
| LCH | lch(39.47 102.18 305.29) | color: lch(39.47 102.18 305.29) |
Color Theory
Accessibility (WCAG)
White text on color
Black text on color
Colored text
Contrast Ratios
AA Normal (4.5:1)
AA Large (3:1)
AAA Normal (7:1)
Best text on this color: white
Color Blindness Simulation
Protanopia (Red-blind)
#4A4ABF — rgb(74, 74, 191)
Deuteranopia (Green-blind)
#4C4EB5 — rgb(76, 78, 181)
Tritanopia (Blue-blind)
#569D96 — rgb(86, 157, 150)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(250, 80%, 57%);
text
color: hsl(250, 80%, 57%);
border
border: 2px solid hsl(250, 80%, 57%);
gradient light
background: linear-gradient(to right, hsl(250, 80%, 77%), hsl(250, 80%, 57%));
gradient dark
background: linear-gradient(to right, hsl(250, 80%, 57%), hsl(250, 80%, 37%))
hex
background-color: #573AE9;
tailwind
bg-[hsl(250,80%,57%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(250, 80%, 57%, 0.4);
css variable
--color-primary: hsl(250, 80%, 57%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(250, 80%, 57%)?
HEX: #573AE9 | RGB: rgb(87, 58, 233) | CMYK: 63%, 75%, 0%, 9% | HSV: 250°, 75%, 91%. Copy any format from the conversion table above.
What colors go well with #573AE9?
The complementary color is HSL(70, 80%, 57%). For a triadic harmony, use hues 250°, 10°, and 130°. For analogous combinations, try hues 220° and 280°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(250, 80%, 57%) in CSS?
As HSL: color: hsl(250, 80%, 57%); — As HEX: color: #573AE9; — As RGB: color: rgb(87, 58, 233); — Tailwind CSS: bg-[hsl(250,80%,57%)] — CSS variable: --color-primary: hsl(250, 80%, 57%);