HSL(251, 20%, 75%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(251,20%,75%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(251, 20%, 75%) | color: hsl(251, 20%, 75%) | |
| HEX | #B7B3CC | color: #B7B3CC | |
| RGB | rgb(183, 179, 204) | color: rgb(183, 179, 204) | |
| CMYK | cmyk(10%, 12%, 0%, 20%) | — | |
| HSV | hsv(250, 12%, 80%) | — | |
| HWB | hwb(250 70% 20%) | color: hwb(250 70% 20%) | |
| OKLCH | oklch(0.778 0.0354 292.9) | color: oklch(0.778 0.0354 292.9) | |
| Lab | lab(73.98 6.28 -12.11) | color: lab(73.98 6.28 -12.11) | |
| LCH | lch(73.98 13.64 297.41) | color: lch(73.98 13.64 297.41) |
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)
#B5B5C6 — rgb(181, 181, 198)
Deuteranopia (Green-blind)
#B6B6C5 — rgb(182, 182, 197)
Tritanopia (Blue-blind)
#B7C1C0 — rgb(183, 193, 192)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(251, 20%, 75%);
text
color: hsl(251, 20%, 75%);
border
border: 2px solid hsl(251, 20%, 75%);
gradient light
background: linear-gradient(to right, hsl(251, 20%, 95%), hsl(251, 20%, 75%));
gradient dark
background: linear-gradient(to right, hsl(251, 20%, 75%), hsl(251, 20%, 55%))
hex
background-color: #B7B3CC;
tailwind
bg-[hsl(251,20%,75%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(251, 20%, 75%, 0.4);
css variable
--color-primary: hsl(251, 20%, 75%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(251, 20%, 75%)?
HEX: #B7B3CC | RGB: rgb(183, 179, 204) | CMYK: 10%, 12%, 0%, 20% | HSV: 250°, 12%, 80%. Copy any format from the conversion table above.
What colors go well with #B7B3CC?
The complementary color is HSL(71, 20%, 75%). For a triadic harmony, use hues 251°, 11°, and 131°. For analogous combinations, try hues 221° and 281°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(251, 20%, 75%) in CSS?
As HSL: color: hsl(251, 20%, 75%); — As HEX: color: #B7B3CC; — As RGB: color: rgb(183, 179, 204); — Tailwind CSS: bg-[hsl(251,20%,75%)] — CSS variable: --color-primary: hsl(251, 20%, 75%);