HSL(232, 93%, 79%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(232,93%,79%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(232, 93%, 79%) | color: hsl(232, 93%, 79%) | |
| HEX | #98A5FB | color: #98A5FB | |
| RGB | rgb(152, 165, 251) | color: rgb(152, 165, 251) | |
| CMYK | cmyk(39%, 34%, 0%, 2%) | — | |
| HSV | hsv(232, 39%, 98%) | — | |
| HWB | hwb(232 60% 2%) | color: hwb(232 60% 2%) | |
| OKLCH | oklch(0.7461 0.1248 276.38) | color: oklch(0.7461 0.1248 276.38) | |
| Lab | lab(69.86 16.16 -44.26) | color: lab(69.86 16.16 -44.26) | |
| LCH | lch(69.86 47.12 290.06) | color: lch(69.86 47.12 290.06) |
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)
#9E9EE6 — rgb(158, 158, 230)
Deuteranopia (Green-blind)
#9D9CE1 — rgb(157, 156, 225)
Tritanopia (Blue-blind)
#99D6D2 — rgb(153, 214, 210)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(232, 93%, 79%);
text
color: hsl(232, 93%, 79%);
border
border: 2px solid hsl(232, 93%, 79%);
gradient light
background: linear-gradient(to right, hsl(232, 93%, 99%), hsl(232, 93%, 79%));
gradient dark
background: linear-gradient(to right, hsl(232, 93%, 79%), hsl(232, 93%, 59%))
hex
background-color: #98A5FB;
tailwind
bg-[hsl(232,93%,79%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(232, 93%, 79%, 0.4);
css variable
--color-primary: hsl(232, 93%, 79%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(232, 93%, 79%)?
HEX: #98A5FB | RGB: rgb(152, 165, 251) | CMYK: 39%, 34%, 0%, 2% | HSV: 232°, 39%, 98%. Copy any format from the conversion table above.
What colors go well with #98A5FB?
The complementary color is HSL(52, 93%, 79%). For a triadic harmony, use hues 232°, 352°, and 112°. For analogous combinations, try hues 202° and 262°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(232, 93%, 79%) in CSS?
As HSL: color: hsl(232, 93%, 79%); — As HEX: color: #98A5FB; — As RGB: color: rgb(152, 165, 251); — Tailwind CSS: bg-[hsl(232,93%,79%)] — CSS variable: --color-primary: hsl(232, 93%, 79%);