HSL(232, 15%, 73%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(232,15%,73%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(232, 15%, 73%) | color: hsl(232, 15%, 73%) | |
| HEX | #B0B3C4 | color: #B0B3C4 | |
| RGB | rgb(176, 179, 196) | color: rgb(176, 179, 196) | |
| CMYK | cmyk(10%, 9%, 0%, 23%) | — | |
| HSV | hsv(231, 10%, 77%) | — | |
| HWB | hwb(231 69% 23%) | color: hwb(231 69% 23%) | |
| OKLCH | oklch(0.7697 0.0244 277.84) | color: oklch(0.7697 0.0244 277.84) | |
| Lab | lab(73.19 2.31 -8.97) | color: lab(73.19 2.31 -8.97) | |
| LCH | lch(73.19 9.26 284.44) | color: lch(73.19 9.26 284.44) |
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)
#B1B1C0 — rgb(177, 177, 192)
Deuteranopia (Green-blind)
#B1B1BF — rgb(177, 177, 191)
Tritanopia (Blue-blind)
#B0BDBC — rgb(176, 189, 188)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(232, 15%, 73%);
text
color: hsl(232, 15%, 73%);
border
border: 2px solid hsl(232, 15%, 73%);
gradient light
background: linear-gradient(to right, hsl(232, 15%, 93%), hsl(232, 15%, 73%));
gradient dark
background: linear-gradient(to right, hsl(232, 15%, 73%), hsl(232, 15%, 53%))
hex
background-color: #B0B3C4;
tailwind
bg-[hsl(232,15%,73%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(232, 15%, 73%, 0.4);
css variable
--color-primary: hsl(232, 15%, 73%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(232, 15%, 73%)?
HEX: #B0B3C4 | RGB: rgb(176, 179, 196) | CMYK: 10%, 9%, 0%, 23% | HSV: 231°, 10%, 77%. Copy any format from the conversion table above.
What colors go well with #B0B3C4?
The complementary color is HSL(52, 15%, 73%). 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, 15%, 73%) in CSS?
As HSL: color: hsl(232, 15%, 73%); — As HEX: color: #B0B3C4; — As RGB: color: rgb(176, 179, 196); — Tailwind CSS: bg-[hsl(232,15%,73%)] — CSS variable: --color-primary: hsl(232, 15%, 73%);