HSL(281, 47%, 35%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(281,47%,35%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(281, 47%, 35%) | color: hsl(281, 47%, 35%) | |
| HEX | #692F83 | color: #692F83 | |
| RGB | rgb(105, 47, 131) | color: rgb(105, 47, 131) | |
| CMYK | cmyk(20%, 64%, 0%, 49%) | — | |
| HSV | hsv(281, 64%, 51%) | — | |
| HWB | hwb(281 18% 49%) | color: hwb(281 18% 49%) | |
| OKLCH | oklch(0.423 0.1423 313.84) | color: oklch(0.423 0.1423 313.84) | |
| Lab | lab(31.06 40.38 -36.55) | color: lab(31.06 40.38 -36.55) | |
| LCH | lch(31.06 54.47 317.85) | color: lch(31.06 54.47 317.85) |
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: white
Color Blindness Simulation
Protanopia (Red-blind)
#504F6F — rgb(80, 79, 111)
Deuteranopia (Green-blind)
#53586A — rgb(83, 88, 106)
Tritanopia (Blue-blind)
#665F5B — rgb(102, 95, 91)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(281, 47%, 35%);
text
color: hsl(281, 47%, 35%);
border
border: 2px solid hsl(281, 47%, 35%);
gradient light
background: linear-gradient(to right, hsl(281, 47%, 55%), hsl(281, 47%, 35%));
gradient dark
background: linear-gradient(to right, hsl(281, 47%, 35%), hsl(281, 47%, 15%))
hex
background-color: #692F83;
tailwind
bg-[hsl(281,47%,35%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(281, 47%, 35%, 0.4);
css variable
--color-primary: hsl(281, 47%, 35%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(281, 47%, 35%)?
HEX: #692F83 | RGB: rgb(105, 47, 131) | CMYK: 20%, 64%, 0%, 49% | HSV: 281°, 64%, 51%. Copy any format from the conversion table above.
What colors go well with #692F83?
The complementary color is HSL(101, 47%, 35%). For a triadic harmony, use hues 281°, 41°, and 161°. For analogous combinations, try hues 251° and 311°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(281, 47%, 35%) in CSS?
As HSL: color: hsl(281, 47%, 35%); — As HEX: color: #692F83; — As RGB: color: rgb(105, 47, 131); — Tailwind CSS: bg-[hsl(281,47%,35%)] — CSS variable: --color-primary: hsl(281, 47%, 35%);