Indigo
#620080
PinkColor Codes
All color formats for development
HEX
#620080RGB
rgb(98, 0, 128)HSL
hsl(286, 100%, 25%)OKLCH
oklch(0.371 0.183 314.9)CMYK
cmyk(23%, 100%, 0%, 50%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#580073
2#4E0066
3#440059
4#3B004D
5#310040
6#270033
7#1D0026
8#14001A
9#0A000D
Tints
Lighter variations
1#7F00A6
2#9C00CC
3#BA00F2
4#C91AFF
5#D240FF
6#DB66FF
7#E48CFF
8#EDB3FF
9#F6D9FF
Tones
Muted variations
1#5E0679
2#5B0D73
3#58136C
4#541966
5#512060
6#4D2659
7#4A2D53
8#47334D
9#433946
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF0 #FBF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F7DB #F7DBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F0BD #F0BDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | E48A #E48AFF | BordersInactive statesPlaceholder text |
| 400 | D54D #D54DFF | Disabled statesSecondary iconsMuted text |
| 500 | C91A #C91AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | AC00 #AC00E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8900 #8900B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6200 #620080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3F00 #3F0052 | Primary textHigh emphasis contentDark headings |
| 950 | 2700 #270033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FBF0FF;
--indigo-100: #F7DBFF;
--indigo-200: #F0BDFF;
--indigo-300: #E48AFF;
--indigo-400: #D54DFF;
--indigo-500: #C91AFF;
--indigo-600: #AC00E0;
--indigo-700: #8900B3;
--indigo-800: #620080;
--indigo-900: #3F0052;
--indigo-950: #270033;
}