HSL(228, 83%, 64%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(228,83%,64%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(228, 83%, 64%) | color: hsl(228, 83%, 64%) | |
| HEX | #5775EF | color: #5775EF | |
| RGB | rgb(87, 117, 239) | color: rgb(87, 117, 239) | |
| CMYK | cmyk(64%, 51%, 0%, 6%) | — | |
| HSV | hsv(228, 64%, 94%) | — | |
| HWB | hwb(228 34% 6%) | color: hwb(228 34% 6%) | |
| OKLCH | oklch(0.6042 0.186 269.68) | color: oklch(0.6042 0.186 269.68) | |
| Lab | lab(52.93 26.92 -64.83) | color: lab(52.93 26.92 -64.83) | |
| LCH | lch(52.93 70.2 292.55) | color: lch(52.93 70.2 292.55) |
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: black
Color Blindness Simulation
Protanopia (Red-blind)
#6464D1 — rgb(100, 100, 209)
Deuteranopia (Green-blind)
#6260CA — rgb(98, 96, 202)
Tritanopia (Blue-blind)
#59BAB5 — rgb(89, 186, 181)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(228, 83%, 64%);
text
color: hsl(228, 83%, 64%);
border
border: 2px solid hsl(228, 83%, 64%);
gradient light
background: linear-gradient(to right, hsl(228, 83%, 84%), hsl(228, 83%, 64%));
gradient dark
background: linear-gradient(to right, hsl(228, 83%, 64%), hsl(228, 83%, 44%))
hex
background-color: #5775EF;
tailwind
bg-[hsl(228,83%,64%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(228, 83%, 64%, 0.4);
css variable
--color-primary: hsl(228, 83%, 64%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(228, 83%, 64%)?
HEX: #5775EF | RGB: rgb(87, 117, 239) | CMYK: 64%, 51%, 0%, 6% | HSV: 228°, 64%, 94%. Copy any format from the conversion table above.
What colors go well with #5775EF?
The complementary color is HSL(48, 83%, 64%). For a triadic harmony, use hues 228°, 348°, and 108°. For analogous combinations, try hues 198° and 258°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(228, 83%, 64%) in CSS?
As HSL: color: hsl(228, 83%, 64%); — As HEX: color: #5775EF; — As RGB: color: rgb(87, 117, 239); — Tailwind CSS: bg-[hsl(228,83%,64%)] — CSS variable: --color-primary: hsl(228, 83%, 64%);