HSL(274, 20%, 68%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(274,20%,68%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(274, 20%, 68%) | color: hsl(274, 20%, 68%) | |
| HEX | #B09DBE | color: #B09DBE | |
| RGB | rgb(176, 157, 190) | color: rgb(176, 157, 190) | |
| CMYK | cmyk(7%, 17%, 0%, 25%) | — | |
| HSV | hsv(275, 17%, 75%) | — | |
| HWB | hwb(275 62% 25%) | color: hwb(275 62% 25%) | |
| OKLCH | oklch(0.7233 0.0515 310.84) | color: oklch(0.7233 0.0515 310.84) | |
| Lab | lab(67.32 13.2 -14.44) | color: lab(67.32 13.2 -14.44) | |
| LCH | lch(67.32 19.56 312.43) | color: lch(67.32 19.56 312.43) |
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)
#A8A8B6 — rgb(168, 168, 182)
Deuteranopia (Green-blind)
#A9AAB4 — rgb(169, 170, 180)
Tritanopia (Blue-blind)
#AFB0AE — rgb(175, 176, 174)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(274, 20%, 68%);
text
color: hsl(274, 20%, 68%);
border
border: 2px solid hsl(274, 20%, 68%);
gradient light
background: linear-gradient(to right, hsl(274, 20%, 88%), hsl(274, 20%, 68%));
gradient dark
background: linear-gradient(to right, hsl(274, 20%, 68%), hsl(274, 20%, 48%))
hex
background-color: #B09DBE;
tailwind
bg-[hsl(274,20%,68%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(274, 20%, 68%, 0.4);
css variable
--color-primary: hsl(274, 20%, 68%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(274, 20%, 68%)?
HEX: #B09DBE | RGB: rgb(176, 157, 190) | CMYK: 7%, 17%, 0%, 25% | HSV: 275°, 17%, 75%. Copy any format from the conversion table above.
What colors go well with #B09DBE?
The complementary color is HSL(94, 20%, 68%). For a triadic harmony, use hues 274°, 34°, and 154°. For analogous combinations, try hues 244° and 304°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(274, 20%, 68%) in CSS?
As HSL: color: hsl(274, 20%, 68%); — As HEX: color: #B09DBE; — As RGB: color: rgb(176, 157, 190); — Tailwind CSS: bg-[hsl(274,20%,68%)] — CSS variable: --color-primary: hsl(274, 20%, 68%);