HSL(270, 100%, 76%)
Indigo — Indigo color
Adjust Color
Color Information
Color Name
Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(270,100%,76%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(270, 100%, 76%) | color: hsl(270, 100%, 76%) | |
| HEX | #C285FF | color: #C285FF | |
| RGB | rgb(194, 133, 255) | color: rgb(194, 133, 255) | |
| CMYK | cmyk(24%, 48%, 0%, 0%) | — | |
| HSV | hsv(270, 48%, 100%) | — | |
| HWB | hwb(270 52% 0%) | color: hwb(270 52% 0%) | |
| OKLCH | oklch(0.7268 0.1792 305.48) | color: oklch(0.7268 0.1792 305.48) | |
| Lab | lab(66.11 46.13 -52.1) | color: lab(66.11 46.13 -52.1) | |
| LCH | lch(66.11 69.59 311.52) | color: lch(66.11 69.59 311.52) |
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)
#A8A7E1 — rgb(168, 167, 225)
Deuteranopia (Green-blind)
#ABB0DA — rgb(171, 176, 218)
Tritanopia (Blue-blind)
#BFCAC5 — rgb(191, 202, 197)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(270, 100%, 76%);
text
color: hsl(270, 100%, 76%);
border
border: 2px solid hsl(270, 100%, 76%);
gradient light
background: linear-gradient(to right, hsl(270, 100%, 96%), hsl(270, 100%, 76%));
gradient dark
background: linear-gradient(to right, hsl(270, 100%, 76%), hsl(270, 100%, 56%))
hex
background-color: #C285FF;
tailwind
bg-[hsl(270,100%,76%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(270, 100%, 76%, 0.4);
css variable
--color-primary: hsl(270, 100%, 76%);
Related Colors
Use Cases for Indigo
Frequently Asked Questions
What are all the color codes for HSL(270, 100%, 76%)?
HEX: #C285FF | RGB: rgb(194, 133, 255) | CMYK: 24%, 48%, 0%, 0% | HSV: 270°, 48%, 100%. Copy any format from the conversion table above.
What colors go well with #C285FF?
The complementary color is HSL(90, 100%, 76%). For a triadic harmony, use hues 270°, 30°, and 150°. For analogous combinations, try hues 240° and 300°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(270, 100%, 76%) in CSS?
As HSL: color: hsl(270, 100%, 76%); — As HEX: color: #C285FF; — As RGB: color: rgb(194, 133, 255); — Tailwind CSS: bg-[hsl(270,100%,76%)] — CSS variable: --color-primary: hsl(270, 100%, 76%);