HSL(251, 61%, 53%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(251,61%,53%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(251, 61%, 53%) | color: hsl(251, 61%, 53%) | |
| HEX | #593ED0 | color: #593ED0 | |
| RGB | rgb(89, 62, 208) | color: rgb(89, 62, 208) | |
| CMYK | cmyk(57%, 70%, 0%, 18%) | — | |
| HSV | hsv(251, 70%, 82%) | — | |
| HWB | hwb(251 25% 18%) | color: hwb(251 25% 18%) | |
| OKLCH | oklch(0.4877 0.2116 283.76) | color: oklch(0.4877 0.2116 283.76) | |
| Lab | lab(38.06 49.93 -71.4) | color: lab(38.06 49.93 -71.4) | |
| LCH | lch(38.06 87.13 304.97) | color: lch(38.06 87.13 304.97) |
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)
#4D4DAD — rgb(77, 77, 173)
Deuteranopia (Green-blind)
#4F51A4 — rgb(79, 81, 164)
Tritanopia (Blue-blind)
#58918B — rgb(88, 145, 139)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(251, 61%, 53%);
text
color: hsl(251, 61%, 53%);
border
border: 2px solid hsl(251, 61%, 53%);
gradient light
background: linear-gradient(to right, hsl(251, 61%, 73%), hsl(251, 61%, 53%));
gradient dark
background: linear-gradient(to right, hsl(251, 61%, 53%), hsl(251, 61%, 33%))
hex
background-color: #593ED0;
tailwind
bg-[hsl(251,61%,53%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(251, 61%, 53%, 0.4);
css variable
--color-primary: hsl(251, 61%, 53%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(251, 61%, 53%)?
HEX: #593ED0 | RGB: rgb(89, 62, 208) | CMYK: 57%, 70%, 0%, 18% | HSV: 251°, 70%, 82%. Copy any format from the conversion table above.
What colors go well with #593ED0?
The complementary color is HSL(71, 61%, 53%). For a triadic harmony, use hues 251°, 11°, and 131°. For analogous combinations, try hues 221° and 281°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(251, 61%, 53%) in CSS?
As HSL: color: hsl(251, 61%, 53%); — As HEX: color: #593ED0; — As RGB: color: rgb(89, 62, 208); — Tailwind CSS: bg-[hsl(251,61%,53%)] — CSS variable: --color-primary: hsl(251, 61%, 53%);