HSL(233, 49%, 80%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(233,49%,80%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(233, 49%, 80%) | color: hsl(233, 49%, 80%) | |
| HEX | #B3B9E5 | color: #B3B9E5 | |
| RGB | rgb(179, 185, 229) | color: rgb(179, 185, 229) | |
| CMYK | cmyk(22%, 19%, 0%, 10%) | — | |
| HSV | hsv(233, 22%, 90%) | — | |
| HWB | hwb(233 70% 10%) | color: hwb(233 70% 10%) | |
| OKLCH | oklch(0.796 0.0627 278.79) | color: oklch(0.796 0.0627 278.79) | |
| Lab | lab(76.03 7.15 -22.63) | color: lab(76.03 7.15 -22.63) | |
| LCH | lch(76.03 23.73 287.53) | color: lch(76.03 23.73 287.53) |
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)
#B6B6DA — rgb(182, 182, 218)
Deuteranopia (Green-blind)
#B5B5D8 — rgb(181, 181, 216)
Tritanopia (Blue-blind)
#B3D2D0 — rgb(179, 210, 208)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(233, 49%, 80%);
text
color: hsl(233, 49%, 80%);
border
border: 2px solid hsl(233, 49%, 80%);
gradient light
background: linear-gradient(to right, hsl(233, 49%, 100%), hsl(233, 49%, 80%));
gradient dark
background: linear-gradient(to right, hsl(233, 49%, 80%), hsl(233, 49%, 60%))
hex
background-color: #B3B9E5;
tailwind
bg-[hsl(233,49%,80%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(233, 49%, 80%, 0.4);
css variable
--color-primary: hsl(233, 49%, 80%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(233, 49%, 80%)?
HEX: #B3B9E5 | RGB: rgb(179, 185, 229) | CMYK: 22%, 19%, 0%, 10% | HSV: 233°, 22%, 90%. Copy any format from the conversion table above.
What colors go well with #B3B9E5?
The complementary color is HSL(53, 49%, 80%). For a triadic harmony, use hues 233°, 353°, and 113°. For analogous combinations, try hues 203° and 263°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(233, 49%, 80%) in CSS?
As HSL: color: hsl(233, 49%, 80%); — As HEX: color: #B3B9E5; — As RGB: color: rgb(179, 185, 229); — Tailwind CSS: bg-[hsl(233,49%,80%)] — CSS variable: --color-primary: hsl(233, 49%, 80%);