HSL(263, 10%, 68%)
Grayish Indigo — Indigo color
Adjust Color
Color Information
Color Name
Grayish Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(263,10%,68%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(263, 10%, 68%) | color: hsl(263, 10%, 68%) | |
| HEX | #ABA5B6 | color: #ABA5B6 | |
| RGB | rgb(171, 165, 182) | color: rgb(171, 165, 182) | |
| CMYK | cmyk(6%, 9%, 0%, 29%) | — | |
| HSV | hsv(261, 9%, 71%) | — | |
| HWB | hwb(261 65% 29%) | color: hwb(261 65% 29%) | |
| OKLCH | oklch(0.7323 0.0251 301.81) | color: oklch(0.7323 0.0251 301.81) | |
| Lab | lab(68.71 5.43 -7.96) | color: lab(68.71 5.43 -7.96) | |
| LCH | lch(68.71 9.64 304.3) | color: lch(68.71 9.64 304.3) |
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)
#A8A8B2 — rgb(168, 168, 178)
Deuteranopia (Green-blind)
#A9A9B1 — rgb(169, 169, 177)
Tritanopia (Blue-blind)
#ABAFAE — rgb(171, 175, 174)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(263, 10%, 68%);
text
color: hsl(263, 10%, 68%);
border
border: 2px solid hsl(263, 10%, 68%);
gradient light
background: linear-gradient(to right, hsl(263, 10%, 88%), hsl(263, 10%, 68%));
gradient dark
background: linear-gradient(to right, hsl(263, 10%, 68%), hsl(263, 10%, 48%))
hex
background-color: #ABA5B6;
tailwind
bg-[hsl(263,10%,68%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(263, 10%, 68%, 0.4);
css variable
--color-primary: hsl(263, 10%, 68%);
Related Colors
Use Cases for Grayish Indigo
Frequently Asked Questions
What are all the color codes for HSL(263, 10%, 68%)?
HEX: #ABA5B6 | RGB: rgb(171, 165, 182) | CMYK: 6%, 9%, 0%, 29% | HSV: 261°, 9%, 71%. Copy any format from the conversion table above.
What colors go well with #ABA5B6?
The complementary color is HSL(83, 10%, 68%). For a triadic harmony, use hues 263°, 23°, and 143°. For analogous combinations, try hues 233° and 293°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(263, 10%, 68%) in CSS?
As HSL: color: hsl(263, 10%, 68%); — As HEX: color: #ABA5B6; — As RGB: color: rgb(171, 165, 182); — Tailwind CSS: bg-[hsl(263,10%,68%)] — CSS variable: --color-primary: hsl(263, 10%, 68%);