Indigo
#61027E
PinkColor Codes
All color formats for development
HEX
#61027ERGB
rgb(97, 2, 126)HSL
hsl(286, 97%, 25%)OKLCH
oklch(0.369 0.18 315.1)CMYK
cmyk(23%, 98%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#570271
2#4D0264
3#440158
4#3A014B
5#30013F
6#270132
7#1D0126
8#130019
9#0A000D
Tints
Lighter variations
1#7E02A3
2#9B03C9
3#B804EF
4#C81DFC
5#D143FC
6#DA68FD
7#E38EFD
8#EDB4FE
9#F6D9FE
Tones
Muted variations
1#5D0877
2#5A0E71
3#57146B
4#541B65
5#50215F
6#4D2758
7#4A2D52
8#46334C
9#433A46
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF0 #FBF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F6DC #F6DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | EFBE #EFBEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | E38B #E38BFD | BordersInactive statesPlaceholder text |
| 400 | D44F #D44FFC | Disabled statesSecondary iconsMuted text |
| 500 | C81D #C81DFC | Primary brand colorCTAsActive elementsLinks |
| 600 | AA03 #AA03DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8703 #8703B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6102 #61027E | Text on light backgroundsHeadingsStrong borders |
| 900 | 3E01 #3E0150 | Primary textHigh emphasis contentDark headings |
| 950 | 2701 #270132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FBF0FF;
--indigo-100: #F6DCFE;
--indigo-200: #EFBEFE;
--indigo-300: #E38BFD;
--indigo-400: #D44FFC;
--indigo-500: #C81DFC;
--indigo-600: #AA03DD;
--indigo-700: #8703B0;
--indigo-800: #61027E;
--indigo-900: #3E0150;
--indigo-950: #270132;
}