HSL(274, 79%, 68%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(274,79%,68%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(274, 79%, 68%) | color: hsl(274, 79%, 68%) | |
| HEX | #B66DEE | color: #B66DEE | |
| RGB | rgb(182, 109, 238) | color: rgb(182, 109, 238) | |
| CMYK | cmyk(24%, 54%, 0%, 7%) | — | |
| HSV | hsv(274, 54%, 93%) | — | |
| HWB | hwb(274 43% 7%) | color: hwb(274 43% 7%) | |
| OKLCH | oklch(0.6686 0.1932 308.16) | color: oklch(0.6686 0.1932 308.16) | |
| Lab | lab(59.03 51.9 -54.06) | color: lab(59.03 51.9 -54.06) | |
| LCH | lch(59.03 74.94 313.83) | color: lch(59.03 74.94 313.83) |
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)
#9696CF — rgb(150, 150, 207)
Deuteranopia (Green-blind)
#9BA0C7 — rgb(155, 160, 199)
Tritanopia (Blue-blind)
#B2B6B1 — rgb(178, 182, 177)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(274, 79%, 68%);
text
color: hsl(274, 79%, 68%);
border
border: 2px solid hsl(274, 79%, 68%);
gradient light
background: linear-gradient(to right, hsl(274, 79%, 88%), hsl(274, 79%, 68%));
gradient dark
background: linear-gradient(to right, hsl(274, 79%, 68%), hsl(274, 79%, 48%))
hex
background-color: #B66DEE;
tailwind
bg-[hsl(274,79%,68%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(274, 79%, 68%, 0.4);
css variable
--color-primary: hsl(274, 79%, 68%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(274, 79%, 68%)?
HEX: #B66DEE | RGB: rgb(182, 109, 238) | CMYK: 24%, 54%, 0%, 7% | HSV: 274°, 54%, 93%. Copy any format from the conversion table above.
What colors go well with #B66DEE?
The complementary color is HSL(94, 79%, 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, 79%, 68%) in CSS?
As HSL: color: hsl(274, 79%, 68%); — As HEX: color: #B66DEE; — As RGB: color: rgb(182, 109, 238); — Tailwind CSS: bg-[hsl(274,79%,68%)] — CSS variable: --color-primary: hsl(274, 79%, 68%);