HSL(216, 83%, 65%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(216,83%,65%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(216, 83%, 65%) | color: hsl(216, 83%, 65%) | |
| HEX | #5C97F0 | color: #5C97F0 | |
| RGB | rgb(92, 151, 240) | color: rgb(92, 151, 240) | |
| CMYK | cmyk(62%, 37%, 0%, 6%) | — | |
| HSV | hsv(216, 62%, 94%) | — | |
| HWB | hwb(216 36% 6%) | color: hwb(216 36% 6%) | |
| OKLCH | oklch(0.6766 0.1462 258.4) | color: oklch(0.6766 0.1462 258.4) | |
| Lab | lab(62.25 7.63 -50.46) | color: lab(62.25 7.63 -50.46) | |
| LCH | lch(62.25 51.03 278.6) | color: lch(62.25 51.03 278.6) |
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)
#7676DA — rgb(118, 118, 218)
Deuteranopia (Green-blind)
#726ED5 — rgb(114, 110, 213)
Tritanopia (Blue-blind)
#5FC9C6 — rgb(95, 201, 198)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(216, 83%, 65%);
text
color: hsl(216, 83%, 65%);
border
border: 2px solid hsl(216, 83%, 65%);
gradient light
background: linear-gradient(to right, hsl(216, 83%, 85%), hsl(216, 83%, 65%));
gradient dark
background: linear-gradient(to right, hsl(216, 83%, 65%), hsl(216, 83%, 45%))
hex
background-color: #5C97F0;
tailwind
bg-[hsl(216,83%,65%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(216, 83%, 65%, 0.4);
css variable
--color-primary: hsl(216, 83%, 65%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(216, 83%, 65%)?
HEX: #5C97F0 | RGB: rgb(92, 151, 240) | CMYK: 62%, 37%, 0%, 6% | HSV: 216°, 62%, 94%. Copy any format from the conversion table above.
What colors go well with #5C97F0?
The complementary color is HSL(36, 83%, 65%). For a triadic harmony, use hues 216°, 336°, and 96°. For analogous combinations, try hues 186° and 246°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(216, 83%, 65%) in CSS?
As HSL: color: hsl(216, 83%, 65%); — As HEX: color: #5C97F0; — As RGB: color: rgb(92, 151, 240); — Tailwind CSS: bg-[hsl(216,83%,65%)] — CSS variable: --color-primary: hsl(216, 83%, 65%);