HSL(237, 97%, 67%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(237,97%,67%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(237, 97%, 67%) | color: hsl(237, 97%, 67%) | |
| HEX | #5961FC | color: #5961FC | |
| RGB | rgb(89, 97, 252) | color: rgb(89, 97, 252) | |
| CMYK | cmyk(65%, 62%, 0%, 1%) | — | |
| HSV | hsv(237, 65%, 99%) | — | |
| HWB | hwb(237 35% 1%) | color: hwb(237 35% 1%) | |
| OKLCH | oklch(0.5791 0.2262 274.57) | color: oklch(0.5791 0.2262 274.57) | |
| Lab | lab(49.13 43.68 -78.23) | color: lab(49.13 43.68 -78.23) | |
| LCH | lch(49.13 89.6 299.18) | color: lch(49.13 89.6 299.18) |
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)
#5C5DD6 — rgb(92, 93, 214)
Deuteranopia (Green-blind)
#5C5BCE — rgb(92, 91, 206)
Tritanopia (Blue-blind)
#59B9B2 — rgb(89, 185, 178)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(237, 97%, 67%);
text
color: hsl(237, 97%, 67%);
border
border: 2px solid hsl(237, 97%, 67%);
gradient light
background: linear-gradient(to right, hsl(237, 97%, 87%), hsl(237, 97%, 67%));
gradient dark
background: linear-gradient(to right, hsl(237, 97%, 67%), hsl(237, 97%, 47%))
hex
background-color: #5961FC;
tailwind
bg-[hsl(237,97%,67%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(237, 97%, 67%, 0.4);
css variable
--color-primary: hsl(237, 97%, 67%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(237, 97%, 67%)?
HEX: #5961FC | RGB: rgb(89, 97, 252) | CMYK: 65%, 62%, 0%, 1% | HSV: 237°, 65%, 99%. Copy any format from the conversion table above.
What colors go well with #5961FC?
The complementary color is HSL(57, 97%, 67%). For a triadic harmony, use hues 237°, 357°, and 117°. For analogous combinations, try hues 207° and 267°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(237, 97%, 67%) in CSS?
As HSL: color: hsl(237, 97%, 67%); — As HEX: color: #5961FC; — As RGB: color: rgb(89, 97, 252); — Tailwind CSS: bg-[hsl(237,97%,67%)] — CSS variable: --color-primary: hsl(237, 97%, 67%);