HSL(233, 67%, 82%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(233,67%,82%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(233, 67%, 82%) | color: hsl(233, 67%, 82%) | |
| HEX | #B2BAF0 | color: #B2BAF0 | |
| RGB | rgb(178, 186, 240) | color: rgb(178, 186, 240) | |
| CMYK | cmyk(26%, 23%, 0%, 6%) | — | |
| HSV | hsv(232, 26%, 94%) | — | |
| HWB | hwb(232 70% 6%) | color: hwb(232 70% 6%) | |
| OKLCH | oklch(0.8015 0.077 277.95) | color: oklch(0.8015 0.077 277.95) | |
| Lab | lab(76.6 8.85 -27.7) | color: lab(76.6 8.85 -27.7) | |
| LCH | lch(76.6 29.08 287.72) | color: lch(76.6 29.08 287.72) |
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)
#B5B6E3 — rgb(181, 182, 227)
Deuteranopia (Green-blind)
#B5B4E0 — rgb(181, 180, 224)
Tritanopia (Blue-blind)
#B2D9D6 — rgb(178, 217, 214)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(233, 67%, 82%);
text
color: hsl(233, 67%, 82%);
border
border: 2px solid hsl(233, 67%, 82%);
gradient light
background: linear-gradient(to right, hsl(233, 67%, 100%), hsl(233, 67%, 82%));
gradient dark
background: linear-gradient(to right, hsl(233, 67%, 82%), hsl(233, 67%, 62%))
hex
background-color: #B2BAF0;
tailwind
bg-[hsl(233,67%,82%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(233, 67%, 82%, 0.4);
css variable
--color-primary: hsl(233, 67%, 82%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(233, 67%, 82%)?
HEX: #B2BAF0 | RGB: rgb(178, 186, 240) | CMYK: 26%, 23%, 0%, 6% | HSV: 232°, 26%, 94%. Copy any format from the conversion table above.
What colors go well with #B2BAF0?
The complementary color is HSL(53, 67%, 82%). 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, 67%, 82%) in CSS?
As HSL: color: hsl(233, 67%, 82%); — As HEX: color: #B2BAF0; — As RGB: color: rgb(178, 186, 240); — Tailwind CSS: bg-[hsl(233,67%,82%)] — CSS variable: --color-primary: hsl(233, 67%, 82%);