HSL(236, 10%, 68%)
Grayish Blue — Blue color
Adjust Color
Color Information
Color Name
Grayish Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(236,10%,68%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(236, 10%, 68%) | color: hsl(236, 10%, 68%) | |
| HEX | #A5A6B6 | color: #A5A6B6 | |
| RGB | rgb(165, 166, 182) | color: rgb(165, 166, 182) | |
| CMYK | cmyk(9%, 9%, 0%, 29%) | — | |
| HSV | hsv(236, 9%, 71%) | — | |
| HWB | hwb(236 65% 29%) | color: hwb(236 65% 29%) | |
| OKLCH | oklch(0.7294 0.023 282.96) | color: oklch(0.7294 0.023 282.96) | |
| Lab | lab(68.5 2.82 -8.34) | color: lab(68.5 2.82 -8.34) | |
| LCH | lch(68.5 8.8 288.68) | color: lch(68.5 8.8 288.68) |
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)
#A5A5B2 — rgb(165, 165, 178)
Deuteranopia (Green-blind)
#A5A5B1 — rgb(165, 165, 177)
Tritanopia (Blue-blind)
#A5AFAE — rgb(165, 175, 174)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(236, 10%, 68%);
text
color: hsl(236, 10%, 68%);
border
border: 2px solid hsl(236, 10%, 68%);
gradient light
background: linear-gradient(to right, hsl(236, 10%, 88%), hsl(236, 10%, 68%));
gradient dark
background: linear-gradient(to right, hsl(236, 10%, 68%), hsl(236, 10%, 48%))
hex
background-color: #A5A6B6;
tailwind
bg-[hsl(236,10%,68%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(236, 10%, 68%, 0.4);
css variable
--color-primary: hsl(236, 10%, 68%);
Related Colors
Use Cases for Grayish Blue
Frequently Asked Questions
What are all the color codes for HSL(236, 10%, 68%)?
HEX: #A5A6B6 | RGB: rgb(165, 166, 182) | CMYK: 9%, 9%, 0%, 29% | HSV: 236°, 9%, 71%. Copy any format from the conversion table above.
What colors go well with #A5A6B6?
The complementary color is HSL(56, 10%, 68%). For a triadic harmony, use hues 236°, 356°, and 116°. For analogous combinations, try hues 206° and 266°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(236, 10%, 68%) in CSS?
As HSL: color: hsl(236, 10%, 68%); — As HEX: color: #A5A6B6; — As RGB: color: rgb(165, 166, 182); — Tailwind CSS: bg-[hsl(236,10%,68%)] — CSS variable: --color-primary: hsl(236, 10%, 68%);