HSL(221, 97%, 67%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(221,97%,67%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(221, 97%, 67%) | color: hsl(221, 97%, 67%) | |
| HEX | #598DFC | color: #598DFC | |
| RGB | rgb(89, 141, 252) | color: rgb(89, 141, 252) | |
| CMYK | cmyk(65%, 44%, 0%, 1%) | — | |
| HSV | hsv(221, 65%, 99%) | — | |
| HWB | hwb(221 35% 1%) | color: hwb(221 35% 1%) | |
| OKLCH | oklch(0.6615 0.1741 263.49) | color: oklch(0.6615 0.1741 263.49) | |
| Lab | lab(60.07 17.07 -60.54) | color: lab(60.07 17.07 -60.54) | |
| LCH | lch(60.07 62.9 285.75) | color: lch(60.07 62.9 285.75) |
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)
#7070E1 — rgb(112, 112, 225)
Deuteranopia (Green-blind)
#6D69DB — rgb(109, 105, 219)
Tritanopia (Blue-blind)
#5CCCC7 — rgb(92, 204, 199)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(221, 97%, 67%);
text
color: hsl(221, 97%, 67%);
border
border: 2px solid hsl(221, 97%, 67%);
gradient light
background: linear-gradient(to right, hsl(221, 97%, 87%), hsl(221, 97%, 67%));
gradient dark
background: linear-gradient(to right, hsl(221, 97%, 67%), hsl(221, 97%, 47%))
hex
background-color: #598DFC;
tailwind
bg-[hsl(221,97%,67%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(221, 97%, 67%, 0.4);
css variable
--color-primary: hsl(221, 97%, 67%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(221, 97%, 67%)?
HEX: #598DFC | RGB: rgb(89, 141, 252) | CMYK: 65%, 44%, 0%, 1% | HSV: 221°, 65%, 99%. Copy any format from the conversion table above.
What colors go well with #598DFC?
The complementary color is HSL(41, 97%, 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, 97%, 67%) in CSS?
As HSL: color: hsl(221, 97%, 67%); — As HEX: color: #598DFC; — As RGB: color: rgb(89, 141, 252); — Tailwind CSS: bg-[hsl(221,97%,67%)] — CSS variable: --color-primary: hsl(221, 97%, 67%);