HSL(237, 77%, 64%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(237,77%,64%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(237, 77%, 64%) | color: hsl(237, 77%, 64%) | |
| HEX | #5D64EA | color: #5D64EA | |
| RGB | rgb(93, 100, 234) | color: rgb(93, 100, 234) | |
| CMYK | cmyk(60%, 57%, 0%, 8%) | — | |
| HSV | hsv(237, 60%, 92%) | — | |
| HWB | hwb(237 37% 8%) | color: hwb(237 37% 8%) | |
| OKLCH | oklch(0.5727 0.1987 275.89) | color: oklch(0.5727 0.1987 275.89) | |
| Lab | lab(48.74 36.64 -68.8) | color: lab(48.74 36.64 -68.8) | |
| LCH | lch(48.74 77.95 298.04) | color: lch(48.74 77.95 298.04) |
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)
#6060CA — rgb(96, 96, 202)
Deuteranopia (Green-blind)
#605FC2 — rgb(96, 95, 194)
Tritanopia (Blue-blind)
#5DB0AA — rgb(93, 176, 170)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(237, 77%, 64%);
text
color: hsl(237, 77%, 64%);
border
border: 2px solid hsl(237, 77%, 64%);
gradient light
background: linear-gradient(to right, hsl(237, 77%, 84%), hsl(237, 77%, 64%));
gradient dark
background: linear-gradient(to right, hsl(237, 77%, 64%), hsl(237, 77%, 44%))
hex
background-color: #5D64EA;
tailwind
bg-[hsl(237,77%,64%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(237, 77%, 64%, 0.4);
css variable
--color-primary: hsl(237, 77%, 64%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(237, 77%, 64%)?
HEX: #5D64EA | RGB: rgb(93, 100, 234) | CMYK: 60%, 57%, 0%, 8% | HSV: 237°, 60%, 92%. Copy any format from the conversion table above.
What colors go well with #5D64EA?
The complementary color is HSL(57, 77%, 64%). 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, 77%, 64%) in CSS?
As HSL: color: hsl(237, 77%, 64%); — As HEX: color: #5D64EA; — As RGB: color: rgb(93, 100, 234); — Tailwind CSS: bg-[hsl(237,77%,64%)] — CSS variable: --color-primary: hsl(237, 77%, 64%);