HSL(280, 10%, 75%)
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(280,10%,75%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(280, 10%, 75%) | color: hsl(280, 10%, 75%) | |
| HEX | #C1B9C6 | color: #C1B9C6 | |
| RGB | rgb(193, 185, 198) | color: rgb(193, 185, 198) | |
| CMYK | cmyk(3%, 7%, 0%, 22%) | — | |
| HSV | hsv(277, 7%, 78%) | — | |
| HWB | hwb(277 73% 22%) | color: hwb(277 73% 22%) | |
| OKLCH | oklch(0.7963 0.0201 312.76) | color: oklch(0.7963 0.0201 312.76) | |
| Lab | lab(76.14 5.22 -5.54) | color: lab(76.14 5.22 -5.54) | |
| LCH | lch(76.14 7.61 313.3) | color: lch(76.14 7.61 313.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)
#BEBDC3 — rgb(190, 189, 195)
Deuteranopia (Green-blind)
#BEBFC2 — rgb(190, 191, 194)
Tritanopia (Blue-blind)
#C1C0C0 — rgb(193, 192, 192)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(280, 10%, 75%);
text
color: hsl(280, 10%, 75%);
border
border: 2px solid hsl(280, 10%, 75%);
gradient light
background: linear-gradient(to right, hsl(280, 10%, 95%), hsl(280, 10%, 75%));
gradient dark
background: linear-gradient(to right, hsl(280, 10%, 75%), hsl(280, 10%, 55%))
hex
background-color: #C1B9C6;
tailwind
bg-[hsl(280,10%,75%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(280, 10%, 75%, 0.4);
css variable
--color-primary: hsl(280, 10%, 75%);
Related Colors
Use Cases for Grayish Indigo
Frequently Asked Questions
What are all the color codes for HSL(280, 10%, 75%)?
HEX: #C1B9C6 | RGB: rgb(193, 185, 198) | CMYK: 3%, 7%, 0%, 22% | HSV: 277°, 7%, 78%. Copy any format from the conversion table above.
What colors go well with #C1B9C6?
The complementary color is HSL(100, 10%, 75%). For a triadic harmony, use hues 280°, 40°, and 160°. For analogous combinations, try hues 250° and 310°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(280, 10%, 75%) in CSS?
As HSL: color: hsl(280, 10%, 75%); — As HEX: color: #C1B9C6; — As RGB: color: rgb(193, 185, 198); — Tailwind CSS: bg-[hsl(280,10%,75%)] — CSS variable: --color-primary: hsl(280, 10%, 75%);