HSL(211, 84%, 65%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(211,84%,65%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(211, 84%, 65%) | color: hsl(211, 84%, 65%) | |
| HEX | #5BA3F1 | color: #5BA3F1 | |
| RGB | rgb(91, 163, 241) | color: rgb(91, 163, 241) | |
| CMYK | cmyk(62%, 32%, 0%, 5%) | — | |
| HSV | hsv(211, 62%, 95%) | — | |
| HWB | hwb(211 36% 5%) | color: hwb(211 36% 5%) | |
| OKLCH | oklch(0.7026 0.1361 251.99) | color: oklch(0.7026 0.1361 251.99) | |
| Lab | lab(65.57 0.84 -45.78) | color: lab(65.57 0.84 -45.78) | |
| LCH | lch(65.57 45.79 271.05) | color: lch(65.57 45.79 271.05) |
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)
#7A7BDE — rgb(122, 123, 222)
Deuteranopia (Green-blind)
#7671DA — rgb(118, 113, 218)
Tritanopia (Blue-blind)
#5FCFCC — rgb(95, 207, 204)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(211, 84%, 65%);
text
color: hsl(211, 84%, 65%);
border
border: 2px solid hsl(211, 84%, 65%);
gradient light
background: linear-gradient(to right, hsl(211, 84%, 85%), hsl(211, 84%, 65%));
gradient dark
background: linear-gradient(to right, hsl(211, 84%, 65%), hsl(211, 84%, 45%))
hex
background-color: #5BA3F1;
tailwind
bg-[hsl(211,84%,65%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(211, 84%, 65%, 0.4);
css variable
--color-primary: hsl(211, 84%, 65%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(211, 84%, 65%)?
HEX: #5BA3F1 | RGB: rgb(91, 163, 241) | CMYK: 62%, 32%, 0%, 5% | HSV: 211°, 62%, 95%. Copy any format from the conversion table above.
What colors go well with #5BA3F1?
The complementary color is HSL(31, 84%, 65%). For a triadic harmony, use hues 211°, 331°, and 91°. For analogous combinations, try hues 181° and 241°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(211, 84%, 65%) in CSS?
As HSL: color: hsl(211, 84%, 65%); — As HEX: color: #5BA3F1; — As RGB: color: rgb(91, 163, 241); — Tailwind CSS: bg-[hsl(211,84%,65%)] — CSS variable: --color-primary: hsl(211, 84%, 65%);