HSL(233, 45%, 80%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(233,45%,80%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(233, 45%, 80%) | color: hsl(233, 45%, 80%) | |
| HEX | #B5BAE3 | color: #B5BAE3 | |
| RGB | rgb(181, 186, 227) | color: rgb(181, 186, 227) | |
| CMYK | cmyk(20%, 18%, 0%, 11%) | — | |
| HSV | hsv(233, 20%, 89%) | — | |
| HWB | hwb(233 71% 11%) | color: hwb(233 71% 11%) | |
| OKLCH | oklch(0.7987 0.0582 279.53) | color: oklch(0.7987 0.0582 279.53) | |
| Lab | lab(76.37 6.77 -21.02) | color: lab(76.37 6.77 -21.02) | |
| LCH | lch(76.37 22.08 287.85) | color: lch(76.37 22.08 287.85) |
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)
#B7B7D9 — rgb(183, 183, 217)
Deuteranopia (Green-blind)
#B7B7D7 — rgb(183, 183, 215)
Tritanopia (Blue-blind)
#B5D1D0 — rgb(181, 209, 208)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(233, 45%, 80%);
text
color: hsl(233, 45%, 80%);
border
border: 2px solid hsl(233, 45%, 80%);
gradient light
background: linear-gradient(to right, hsl(233, 45%, 100%), hsl(233, 45%, 80%));
gradient dark
background: linear-gradient(to right, hsl(233, 45%, 80%), hsl(233, 45%, 60%))
hex
background-color: #B5BAE3;
tailwind
bg-[hsl(233,45%,80%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(233, 45%, 80%, 0.4);
css variable
--color-primary: hsl(233, 45%, 80%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(233, 45%, 80%)?
HEX: #B5BAE3 | RGB: rgb(181, 186, 227) | CMYK: 20%, 18%, 0%, 11% | HSV: 233°, 20%, 89%. Copy any format from the conversion table above.
What colors go well with #B5BAE3?
The complementary color is HSL(53, 45%, 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, 45%, 80%) in CSS?
As HSL: color: hsl(233, 45%, 80%); — As HEX: color: #B5BAE3; — As RGB: color: rgb(181, 186, 227); — Tailwind CSS: bg-[hsl(233,45%,80%)] — CSS variable: --color-primary: hsl(233, 45%, 80%);