Indigo
#610878
PinkColor Codes
All color formats for development
HEX
#610878RGB
rgb(97, 8, 120)HSL
hsl(288, 88%, 25%)OKLCH
oklch(0.367 0.171 317.3)CMYK
cmyk(19%, 93%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#58076C
2#4E0660
3#440554
4#3A0548
5#31043C
6#270330
7#1D0224
8#130218
9#0A010C
Tints
Lighter variations
1#7F0A9C
2#9C0CC0
3#B90FE4
4#C927F1
5#D24BF4
6#DB6FF6
7#E493F8
8#EDB7FA
9#F6DBFD
Tones
Muted variations
1#5E0D72
2#5B136D
3#571867
4#541E61
5#51245C
6#4D2956
7#4A2F51
8#46354B
9#433A45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF1 #FBF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F7DD #F7DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | EFC1 #EFC1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | E391 #E391F8 | BordersInactive statesPlaceholder text |
| 400 | D557 #D557F4 | Disabled statesSecondary iconsMuted text |
| 500 | C927 #C927F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | AB0D #AB0DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 880B #880BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6108 #610878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3E05 #3E054D | Primary textHigh emphasis contentDark headings |
| 950 | 2703 #270330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FBF1FE;
--indigo-100: #F7DDFD;
--indigo-200: #EFC1FB;
--indigo-300: #E391F8;
--indigo-400: #D557F4;
--indigo-500: #C927F1;
--indigo-600: #AB0DD3;
--indigo-700: #880BA8;
--indigo-800: #610878;
--indigo-900: #3E054D;
--indigo-950: #270330;
}