HSL(232, 56%, 83%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(232,56%,83%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(232, 56%, 83%) | color: hsl(232, 56%, 83%) | |
| HEX | #BBC2EC | color: #BBC2EC | |
| RGB | rgb(187, 194, 236) | color: rgb(187, 194, 236) | |
| CMYK | cmyk(21%, 18%, 0%, 7%) | — | |
| HSV | hsv(231, 21%, 93%) | — | |
| HWB | hwb(231 73% 7%) | color: hwb(231 73% 7%) | |
| OKLCH | oklch(0.8226 0.0595 277.59) | color: oklch(0.8226 0.0595 277.59) | |
| Lab | lab(79.16 6.29 -21.59) | color: lab(79.16 6.29 -21.59) | |
| LCH | lch(79.16 22.49 286.24) | color: lch(79.16 22.49 286.24) |
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)
#BEBEE2 — rgb(190, 190, 226)
Deuteranopia (Green-blind)
#BEBDDF — rgb(190, 189, 223)
Tritanopia (Blue-blind)
#BBDAD8 — rgb(187, 218, 216)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(232, 56%, 83%);
text
color: hsl(232, 56%, 83%);
border
border: 2px solid hsl(232, 56%, 83%);
gradient light
background: linear-gradient(to right, hsl(232, 56%, 100%), hsl(232, 56%, 83%));
gradient dark
background: linear-gradient(to right, hsl(232, 56%, 83%), hsl(232, 56%, 63%))
hex
background-color: #BBC2EC;
tailwind
bg-[hsl(232,56%,83%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(232, 56%, 83%, 0.4);
css variable
--color-primary: hsl(232, 56%, 83%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(232, 56%, 83%)?
HEX: #BBC2EC | RGB: rgb(187, 194, 236) | CMYK: 21%, 18%, 0%, 7% | HSV: 231°, 21%, 93%. Copy any format from the conversion table above.
What colors go well with #BBC2EC?
The complementary color is HSL(52, 56%, 83%). 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, 56%, 83%) in CSS?
As HSL: color: hsl(232, 56%, 83%); — As HEX: color: #BBC2EC; — As RGB: color: rgb(187, 194, 236); — Tailwind CSS: bg-[hsl(232,56%,83%)] — CSS variable: --color-primary: hsl(232, 56%, 83%);