HSL(272, 74%, 74%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(272,74%,74%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(272, 74%, 74%) | color: hsl(272, 74%, 74%) | |
| HEX | #C08CEE | color: #C08CEE | |
| RGB | rgb(192, 140, 238) | color: rgb(192, 140, 238) | |
| CMYK | cmyk(19%, 41%, 0%, 7%) | — | |
| HSV | hsv(272, 41%, 93%) | — | |
| HWB | hwb(272 55% 7%) | color: hwb(272 55% 7%) | |
| OKLCH | oklch(0.7276 0.1471 307.55) | color: oklch(0.7276 0.1471 307.55) | |
| Lab | lab(66.62 37.97 -41.98) | color: lab(66.62 37.97 -41.98) | |
| LCH | lch(66.62 56.6 312.13) | color: lch(66.62 56.6 312.13) |
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)
#A9A9D6 — rgb(169, 169, 214)
Deuteranopia (Green-blind)
#ADB0D1 — rgb(173, 176, 209)
Tritanopia (Blue-blind)
#BDC4BF — rgb(189, 196, 191)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(272, 74%, 74%);
text
color: hsl(272, 74%, 74%);
border
border: 2px solid hsl(272, 74%, 74%);
gradient light
background: linear-gradient(to right, hsl(272, 74%, 94%), hsl(272, 74%, 74%));
gradient dark
background: linear-gradient(to right, hsl(272, 74%, 74%), hsl(272, 74%, 54%))
hex
background-color: #C08CEE;
tailwind
bg-[hsl(272,74%,74%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(272, 74%, 74%, 0.4);
css variable
--color-primary: hsl(272, 74%, 74%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(272, 74%, 74%)?
HEX: #C08CEE | RGB: rgb(192, 140, 238) | CMYK: 19%, 41%, 0%, 7% | HSV: 272°, 41%, 93%. Copy any format from the conversion table above.
What colors go well with #C08CEE?
The complementary color is HSL(92, 74%, 74%). For a triadic harmony, use hues 272°, 32°, and 152°. For analogous combinations, try hues 242° and 302°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(272, 74%, 74%) in CSS?
As HSL: color: hsl(272, 74%, 74%); — As HEX: color: #C08CEE; — As RGB: color: rgb(192, 140, 238); — Tailwind CSS: bg-[hsl(272,74%,74%)] — CSS variable: --color-primary: hsl(272, 74%, 74%);