Indigo
#5703DD
PurpleColor Codes
All color formats for development
HEX
#5703DDRGB
rgb(87, 3, 221)HSL
hsl(263, 97%, 44%)OKLCH
oklch(0.453 0.263 285.2)CMYK
cmyk(61%, 99%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4E03C7
2#4503B1
3#3D029B
4#340285
5#2B026F
6#230158
7#1A0142
8#11012C
9#090016
Tints
Lighter variations
1#6204F9
2#731EFC
3#843AFC
4#9656FC
5#A772FD
6#B98EFD
7#CAABFE
8#DCC7FE
9#EDE3FF
Tones
Muted variations
1#590ED2
2#5C19C7
3#5E24BC
4#612FB2
5#643AA7
6#66459C
7#695091
8#6B5A86
9#6E657B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F0 #F6F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9DC #E9DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | D6BE #D6BEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | B78B #B78BFD | BordersInactive statesPlaceholder text |
| 400 | 924F #924FFC | Disabled statesSecondary iconsMuted text |
| 500 | 721D #721DFC | Primary brand colorCTAsActive elementsLinks |
| 600 | 5703 #5703DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4503 #4503B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3102 #31027E | Text on light backgroundsHeadingsStrong borders |
| 900 | 2001 #200150 | Primary textHigh emphasis contentDark headings |
| 950 | 1401 #140132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F6F0FF;
--indigo-100: #E9DCFE;
--indigo-200: #D6BEFE;
--indigo-300: #B78BFD;
--indigo-400: #924FFC;
--indigo-500: #721DFC;
--indigo-600: #5703DD;
--indigo-700: #4503B0;
--indigo-800: #31027E;
--indigo-900: #200150;
--indigo-950: #140132;
}