HSL(232, 16%, 75%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(232,16%,75%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(232, 16%, 75%) | color: hsl(232, 16%, 75%) | |
| HEX | #B5B8C9 | color: #B5B8C9 | |
| RGB | rgb(181, 184, 201) | color: rgb(181, 184, 201) | |
| CMYK | cmyk(10%, 8%, 0%, 21%) | — | |
| HSV | hsv(231, 10%, 79%) | — | |
| HWB | hwb(231 71% 21%) | color: hwb(231 71% 21%) | |
| OKLCH | oklch(0.7855 0.0242 277.85) | color: oklch(0.7855 0.0242 277.85) | |
| Lab | lab(75.03 2.29 -8.93) | color: lab(75.03 2.29 -8.93) | |
| LCH | lch(75.03 9.22 284.38) | color: lch(75.03 9.22 284.38) |
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)
#B6B6C5 — rgb(182, 182, 197)
Deuteranopia (Green-blind)
#B6B6C4 — rgb(182, 182, 196)
Tritanopia (Blue-blind)
#B5C2C1 — rgb(181, 194, 193)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(232, 16%, 75%);
text
color: hsl(232, 16%, 75%);
border
border: 2px solid hsl(232, 16%, 75%);
gradient light
background: linear-gradient(to right, hsl(232, 16%, 95%), hsl(232, 16%, 75%));
gradient dark
background: linear-gradient(to right, hsl(232, 16%, 75%), hsl(232, 16%, 55%))
hex
background-color: #B5B8C9;
tailwind
bg-[hsl(232,16%,75%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(232, 16%, 75%, 0.4);
css variable
--color-primary: hsl(232, 16%, 75%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(232, 16%, 75%)?
HEX: #B5B8C9 | RGB: rgb(181, 184, 201) | CMYK: 10%, 8%, 0%, 21% | HSV: 231°, 10%, 79%. Copy any format from the conversion table above.
What colors go well with #B5B8C9?
The complementary color is HSL(52, 16%, 75%). 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, 16%, 75%) in CSS?
As HSL: color: hsl(232, 16%, 75%); — As HEX: color: #B5B8C9; — As RGB: color: rgb(181, 184, 201); — Tailwind CSS: bg-[hsl(232,16%,75%)] — CSS variable: --color-primary: hsl(232, 16%, 75%);