HSL(211, 97%, 73%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(211,97%,73%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(211, 97%, 73%) | color: hsl(211, 97%, 73%) | |
| HEX | #77B8FD | color: #77B8FD | |
| RGB | rgb(119, 184, 253) | color: rgb(119, 184, 253) | |
| CMYK | cmyk(53%, 27%, 0%, 1%) | — | |
| HSV | hsv(211, 53%, 99%) | — | |
| HWB | hwb(211 47% 1%) | color: hwb(211 47% 1%) | |
| OKLCH | oklch(0.7666 0.12 250.99) | color: oklch(0.7666 0.12 250.99) | |
| Lab | lab(73.08 -1.72 -40.43) | color: lab(73.08 -1.72 -40.43) | |
| LCH | lch(73.08 40.47 267.56) | color: lch(73.08 40.47 267.56) |
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)
#9394EC — rgb(147, 148, 236)
Deuteranopia (Green-blind)
#8F8BE8 — rgb(143, 139, 232)
Tritanopia (Blue-blind)
#7ADFDC — rgb(122, 223, 220)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(211, 97%, 73%);
text
color: hsl(211, 97%, 73%);
border
border: 2px solid hsl(211, 97%, 73%);
gradient light
background: linear-gradient(to right, hsl(211, 97%, 93%), hsl(211, 97%, 73%));
gradient dark
background: linear-gradient(to right, hsl(211, 97%, 73%), hsl(211, 97%, 53%))
hex
background-color: #77B8FD;
tailwind
bg-[hsl(211,97%,73%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(211, 97%, 73%, 0.4);
css variable
--color-primary: hsl(211, 97%, 73%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(211, 97%, 73%)?
HEX: #77B8FD | RGB: rgb(119, 184, 253) | CMYK: 53%, 27%, 0%, 1% | HSV: 211°, 53%, 99%. Copy any format from the conversion table above.
What colors go well with #77B8FD?
The complementary color is HSL(31, 97%, 73%). 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, 97%, 73%) in CSS?
As HSL: color: hsl(211, 97%, 73%); — As HEX: color: #77B8FD; — As RGB: color: rgb(119, 184, 253); — Tailwind CSS: bg-[hsl(211,97%,73%)] — CSS variable: --color-primary: hsl(211, 97%, 73%);