HSL(206, 83%, 65%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(206,83%,65%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(206, 83%, 65%) | color: hsl(206, 83%, 65%) | |
| HEX | #5CB0F0 | color: #5CB0F0 | |
| RGB | rgb(92, 176, 240) | color: rgb(92, 176, 240) | |
| CMYK | cmyk(62%, 27%, 0%, 6%) | — | |
| HSV | hsv(206, 62%, 94%) | — | |
| HWB | hwb(206 36% 6%) | color: hwb(206 36% 6%) | |
| OKLCH | oklch(0.7311 0.1241 243.7) | color: oklch(0.7311 0.1241 243.7) | |
| Lab | lab(69.19 -6.59 -39.54) | color: lab(69.19 -6.59 -39.54) | |
| LCH | lch(69.19 40.09 260.54) | color: lch(69.19 40.09 260.54) |
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)
#8081E1 — rgb(128, 129, 225)
Deuteranopia (Green-blind)
#7C75DD — rgb(124, 117, 221)
Tritanopia (Blue-blind)
#60D4D2 — rgb(96, 212, 210)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(206, 83%, 65%);
text
color: hsl(206, 83%, 65%);
border
border: 2px solid hsl(206, 83%, 65%);
gradient light
background: linear-gradient(to right, hsl(206, 83%, 85%), hsl(206, 83%, 65%));
gradient dark
background: linear-gradient(to right, hsl(206, 83%, 65%), hsl(206, 83%, 45%))
hex
background-color: #5CB0F0;
tailwind
bg-[hsl(206,83%,65%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(206, 83%, 65%, 0.4);
css variable
--color-primary: hsl(206, 83%, 65%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(206, 83%, 65%)?
HEX: #5CB0F0 | RGB: rgb(92, 176, 240) | CMYK: 62%, 27%, 0%, 6% | HSV: 206°, 62%, 94%. Copy any format from the conversion table above.
What colors go well with #5CB0F0?
The complementary color is HSL(26, 83%, 65%). For a triadic harmony, use hues 206°, 326°, and 86°. For analogous combinations, try hues 176° and 236°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(206, 83%, 65%) in CSS?
As HSL: color: hsl(206, 83%, 65%); — As HEX: color: #5CB0F0; — As RGB: color: rgb(92, 176, 240); — Tailwind CSS: bg-[hsl(206,83%,65%)] — CSS variable: --color-primary: hsl(206, 83%, 65%);