HSL(232, 16%, 58%)
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%,58%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(232, 16%, 58%) | color: hsl(232, 16%, 58%) | |
| HEX | #8387A5 | color: #8387A5 | |
| RGB | rgb(131, 135, 165) | color: rgb(131, 135, 165) | |
| CMYK | cmyk(21%, 18%, 0%, 35%) | — | |
| HSV | hsv(233, 21%, 65%) | — | |
| HWB | hwb(233 51% 35%) | color: hwb(233 51% 35%) | |
| OKLCH | oklch(0.6307 0.0452 279.05) | color: oklch(0.6307 0.0452 279.05) | |
| Lab | lab(56.95 5.13 -16.36) | color: lab(56.95 5.13 -16.36) | |
| LCH | lch(56.95 17.15 287.41) | color: lch(56.95 17.15 287.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)
#85859E — rgb(133, 133, 158)
Deuteranopia (Green-blind)
#85849C — rgb(133, 132, 156)
Tritanopia (Blue-blind)
#839897 — rgb(131, 152, 151)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(232, 16%, 58%);
text
color: hsl(232, 16%, 58%);
border
border: 2px solid hsl(232, 16%, 58%);
gradient light
background: linear-gradient(to right, hsl(232, 16%, 78%), hsl(232, 16%, 58%));
gradient dark
background: linear-gradient(to right, hsl(232, 16%, 58%), hsl(232, 16%, 38%))
hex
background-color: #8387A5;
tailwind
bg-[hsl(232,16%,58%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(232, 16%, 58%, 0.4);
css variable
--color-primary: hsl(232, 16%, 58%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(232, 16%, 58%)?
HEX: #8387A5 | RGB: rgb(131, 135, 165) | CMYK: 21%, 18%, 0%, 35% | HSV: 233°, 21%, 65%. Copy any format from the conversion table above.
What colors go well with #8387A5?
The complementary color is HSL(52, 16%, 58%). 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%, 58%) in CSS?
As HSL: color: hsl(232, 16%, 58%); — As HEX: color: #8387A5; — As RGB: color: rgb(131, 135, 165); — Tailwind CSS: bg-[hsl(232,16%,58%)] — CSS variable: --color-primary: hsl(232, 16%, 58%);