Indigo
#31044D
PurpleColor Codes
All color formats for development
HEX
#31044DRGB
rgb(49, 4, 77)HSL
hsl(277, 90%, 16%)OKLCH
oklch(0.25 0.121 307)CMYK
cmyk(36%, 95%, 0%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2C0446
2#27033E
3#230336
4#1E022F
5#190227
6#14021F
7#0F0117
8#0A0110
9#050008
Tints
Lighter variations
1#4B0676
2#65089F
3#7F0BC8
4#990DF0
5#AA34F4
6#BB5CF6
7#CC85F9
8#DDAEFB
9#EED6FD
Tones
Muted variations
1#31084A
2#300B46
3#2F0F43
4#2E133F
5#2D163B
6#2C1A37
7#2B1E34
8#2B2130
9#2A252C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F0 #F9F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F1DD #F1DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | E5C0 #E5C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | D190 #D190F9 | BordersInactive statesPlaceholder text |
| 400 | B855 #B855F6 | Disabled statesSecondary iconsMuted text |
| 500 | A425 #A425F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 880B #880BD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6C09 #6C09AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4D06 #4D0679 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3104 #31044E | Primary textHigh emphasis contentDark headings |
| 950 | 1F03 #1F0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F9F0FE;
--indigo-100: #F1DDFD;
--indigo-200: #E5C0FC;
--indigo-300: #D190F9;
--indigo-400: #B855F6;
--indigo-500: #A425F4;
--indigo-600: #880BD5;
--indigo-700: #6C09AA;
--indigo-800: #4D0679;
--indigo-900: #31044E;
--indigo-950: #1F0330;
}