HSL(241, 97%, 67%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(241,97%,67%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(241, 97%, 67%) | color: hsl(241, 97%, 67%) | |
| HEX | #5C59FC | color: #5C59FC | |
| RGB | rgb(92, 89, 252) | color: rgb(92, 89, 252) | |
| CMYK | cmyk(63%, 65%, 0%, 1%) | — | |
| HSV | hsv(241, 65%, 99%) | — | |
| HWB | hwb(241 35% 1%) | color: hwb(241 35% 1%) | |
| OKLCH | oklch(0.5681 0.2346 276.7) | color: oklch(0.5681 0.2346 276.7) | |
| Lab | lab(47.55 48.75 -80.8) | color: lab(47.55 48.75 -80.8) | |
| LCH | lch(47.55 94.37 301.1) | color: lch(47.55 94.37 301.1) |
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)
#5B5BD5 — rgb(91, 91, 213)
Deuteranopia (Green-blind)
#5B5BCB — rgb(91, 91, 203)
Tritanopia (Blue-blind)
#5CB5AF — rgb(92, 181, 175)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(241, 97%, 67%);
text
color: hsl(241, 97%, 67%);
border
border: 2px solid hsl(241, 97%, 67%);
gradient light
background: linear-gradient(to right, hsl(241, 97%, 87%), hsl(241, 97%, 67%));
gradient dark
background: linear-gradient(to right, hsl(241, 97%, 67%), hsl(241, 97%, 47%))
hex
background-color: #5C59FC;
tailwind
bg-[hsl(241,97%,67%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(241, 97%, 67%, 0.4);
css variable
--color-primary: hsl(241, 97%, 67%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(241, 97%, 67%)?
HEX: #5C59FC | RGB: rgb(92, 89, 252) | CMYK: 63%, 65%, 0%, 1% | HSV: 241°, 65%, 99%. Copy any format from the conversion table above.
What colors go well with #5C59FC?
The complementary color is HSL(61, 97%, 67%). For a triadic harmony, use hues 241°, 1°, and 121°. For analogous combinations, try hues 211° and 271°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(241, 97%, 67%) in CSS?
As HSL: color: hsl(241, 97%, 67%); — As HEX: color: #5C59FC; — As RGB: color: rgb(92, 89, 252); — Tailwind CSS: bg-[hsl(241,97%,67%)] — CSS variable: --color-primary: hsl(241, 97%, 67%);