HSL(221, 77%, 67%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(221,77%,67%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(221, 77%, 67%) | color: hsl(221, 77%, 67%) | |
| HEX | #6A93EC | color: #6A93EC | |
| RGB | rgb(106, 147, 236) | color: rgb(106, 147, 236) | |
| CMYK | cmyk(55%, 38%, 0%, 7%) | — | |
| HSV | hsv(221, 55%, 93%) | — | |
| HWB | hwb(221 42% 7%) | color: hwb(221 42% 7%) | |
| OKLCH | oklch(0.6731 0.14 264.27) | color: oklch(0.6731 0.14 264.27) | |
| Lab | lab(61.64 11.4 -49.18) | color: lab(61.64 11.4 -49.18) | |
| LCH | lch(61.64 50.48 283.05) | color: lch(61.64 50.48 283.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)
#7C7CD6 — rgb(124, 124, 214)
Deuteranopia (Green-blind)
#7976D1 — rgb(121, 118, 209)
Tritanopia (Blue-blind)
#6CC5C2 — rgb(108, 197, 194)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(221, 77%, 67%);
text
color: hsl(221, 77%, 67%);
border
border: 2px solid hsl(221, 77%, 67%);
gradient light
background: linear-gradient(to right, hsl(221, 77%, 87%), hsl(221, 77%, 67%));
gradient dark
background: linear-gradient(to right, hsl(221, 77%, 67%), hsl(221, 77%, 47%))
hex
background-color: #6A93EC;
tailwind
bg-[hsl(221,77%,67%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(221, 77%, 67%, 0.4);
css variable
--color-primary: hsl(221, 77%, 67%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(221, 77%, 67%)?
HEX: #6A93EC | RGB: rgb(106, 147, 236) | CMYK: 55%, 38%, 0%, 7% | HSV: 221°, 55%, 93%. Copy any format from the conversion table above.
What colors go well with #6A93EC?
The complementary color is HSL(41, 77%, 67%). For a triadic harmony, use hues 221°, 341°, and 101°. For analogous combinations, try hues 191° and 251°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(221, 77%, 67%) in CSS?
As HSL: color: hsl(221, 77%, 67%); — As HEX: color: #6A93EC; — As RGB: color: rgb(106, 147, 236); — Tailwind CSS: bg-[hsl(221,77%,67%)] — CSS variable: --color-primary: hsl(221, 77%, 67%);