HSL(228, 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(228,15%,73%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(228, 15%, 73%) | color: hsl(228, 15%, 73%) | |
| HEX | #B0B4C4 | color: #B0B4C4 | |
| RGB | rgb(176, 180, 196) | color: rgb(176, 180, 196) | |
| CMYK | cmyk(10%, 8%, 0%, 23%) | — | |
| HSV | hsv(228, 10%, 77%) | — | |
| HWB | hwb(228 69% 23%) | color: hwb(228 69% 23%) | |
| OKLCH | oklch(0.7718 0.0231 274.65) | color: oklch(0.7718 0.0231 274.65) | |
| Lab | lab(73.45 1.76 -8.58) | color: lab(73.45 1.76 -8.58) | |
| LCH | lch(73.45 8.76 281.59) | color: lch(73.45 8.76 281.59) |
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)
#B2B2C0 — rgb(178, 178, 192)
Deuteranopia (Green-blind)
#B2B1BF — rgb(178, 177, 191)
Tritanopia (Blue-blind)
#B0BDBC — rgb(176, 189, 188)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(228, 15%, 73%);
text
color: hsl(228, 15%, 73%);
border
border: 2px solid hsl(228, 15%, 73%);
gradient light
background: linear-gradient(to right, hsl(228, 15%, 93%), hsl(228, 15%, 73%));
gradient dark
background: linear-gradient(to right, hsl(228, 15%, 73%), hsl(228, 15%, 53%))
hex
background-color: #B0B4C4;
tailwind
bg-[hsl(228,15%,73%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(228, 15%, 73%, 0.4);
css variable
--color-primary: hsl(228, 15%, 73%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(228, 15%, 73%)?
HEX: #B0B4C4 | RGB: rgb(176, 180, 196) | CMYK: 10%, 8%, 0%, 23% | HSV: 228°, 10%, 77%. Copy any format from the conversion table above.
What colors go well with #B0B4C4?
The complementary color is HSL(48, 15%, 73%). For a triadic harmony, use hues 228°, 348°, and 108°. For analogous combinations, try hues 198° and 258°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(228, 15%, 73%) in CSS?
As HSL: color: hsl(228, 15%, 73%); — As HEX: color: #B0B4C4; — As RGB: color: rgb(176, 180, 196); — Tailwind CSS: bg-[hsl(228,15%,73%)] — CSS variable: --color-primary: hsl(228, 15%, 73%);