HSL(263, 10%, 77%)
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%,77%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(263, 10%, 77%) | color: hsl(263, 10%, 77%) | |
| HEX | #C3BECA | color: #C3BECA | |
| RGB | rgb(195, 190, 202) | color: rgb(195, 190, 202) | |
| CMYK | cmyk(3%, 6%, 0%, 21%) | — | |
| HSV | hsv(265, 6%, 79%) | — | |
| HWB | hwb(265 74% 21%) | color: hwb(265 74% 21%) | |
| OKLCH | oklch(0.8092 0.0175 304.75) | color: oklch(0.8092 0.0175 304.75) | |
| Lab | lab(77.69 3.98 -5.4) | color: lab(77.69 3.98 -5.4) | |
| LCH | lch(77.69 6.71 306.39) | color: lch(77.69 6.71 306.39) |
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)
#C1C1C7 — rgb(193, 193, 199)
Deuteranopia (Green-blind)
#C1C2C6 — rgb(193, 194, 198)
Tritanopia (Blue-blind)
#C3C5C4 — rgb(195, 197, 196)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(263, 10%, 77%);
text
color: hsl(263, 10%, 77%);
border
border: 2px solid hsl(263, 10%, 77%);
gradient light
background: linear-gradient(to right, hsl(263, 10%, 97%), hsl(263, 10%, 77%));
gradient dark
background: linear-gradient(to right, hsl(263, 10%, 77%), hsl(263, 10%, 57%))
hex
background-color: #C3BECA;
tailwind
bg-[hsl(263,10%,77%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(263, 10%, 77%, 0.4);
css variable
--color-primary: hsl(263, 10%, 77%);
Related Colors
Use Cases for Grayish Indigo
Frequently Asked Questions
What are all the color codes for HSL(263, 10%, 77%)?
HEX: #C3BECA | RGB: rgb(195, 190, 202) | CMYK: 3%, 6%, 0%, 21% | HSV: 265°, 6%, 79%. Copy any format from the conversion table above.
What colors go well with #C3BECA?
The complementary color is HSL(83, 10%, 77%). 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%, 77%) in CSS?
As HSL: color: hsl(263, 10%, 77%); — As HEX: color: #C3BECA; — As RGB: color: rgb(195, 190, 202); — Tailwind CSS: bg-[hsl(263,10%,77%)] — CSS variable: --color-primary: hsl(263, 10%, 77%);