HSL(233, 53%, 80%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(233,53%,80%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(233, 53%, 80%) | color: hsl(233, 53%, 80%) | |
| HEX | #B1B7E7 | color: #B1B7E7 | |
| RGB | rgb(177, 183, 231) | color: rgb(177, 183, 231) | |
| CMYK | cmyk(23%, 21%, 0%, 9%) | — | |
| HSV | hsv(233, 23%, 91%) | — | |
| HWB | hwb(233 70% 9%) | color: hwb(233 70% 9%) | |
| OKLCH | oklch(0.7912 0.0684 279.14) | color: oklch(0.7912 0.0684 279.14) | |
| Lab | lab(75.44 8.1 -24.63) | color: lab(75.44 8.1 -24.63) | |
| LCH | lch(75.44 25.93 288.2) | color: lch(75.44 25.93 288.2) |
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)
#B4B4DB — rgb(180, 180, 219)
Deuteranopia (Green-blind)
#B3B3D9 — rgb(179, 179, 217)
Tritanopia (Blue-blind)
#B1D2D0 — rgb(177, 210, 208)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(233, 53%, 80%);
text
color: hsl(233, 53%, 80%);
border
border: 2px solid hsl(233, 53%, 80%);
gradient light
background: linear-gradient(to right, hsl(233, 53%, 100%), hsl(233, 53%, 80%));
gradient dark
background: linear-gradient(to right, hsl(233, 53%, 80%), hsl(233, 53%, 60%))
hex
background-color: #B1B7E7;
tailwind
bg-[hsl(233,53%,80%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(233, 53%, 80%, 0.4);
css variable
--color-primary: hsl(233, 53%, 80%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(233, 53%, 80%)?
HEX: #B1B7E7 | RGB: rgb(177, 183, 231) | CMYK: 23%, 21%, 0%, 9% | HSV: 233°, 23%, 91%. Copy any format from the conversion table above.
What colors go well with #B1B7E7?
The complementary color is HSL(53, 53%, 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, 53%, 80%) in CSS?
As HSL: color: hsl(233, 53%, 80%); — As HEX: color: #B1B7E7; — As RGB: color: rgb(177, 183, 231); — Tailwind CSS: bg-[hsl(233,53%,80%)] — CSS variable: --color-primary: hsl(233, 53%, 80%);