Indigo
#490FD2
PurpleColor Codes
All color formats for development
HEX
#490FD2RGB
rgb(73, 15, 210)HSL
hsl(258, 87%, 44%)OKLCH
oklch(0.432 0.251 281.3)CMYK
cmyk(65%, 93%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#420DBD
2#3B0CA8
3#330A93
4#2C097E
5#250769
6#1D0654
7#16043F
8#0F032A
9#070115
Tints
Lighter variations
1#5210ED
2#6529F0
3#7844F2
4#8C5FF4
5#9F79F6
6#B294F8
7#C5AFF9
8#D9CAFB
9#ECE4FD
Tones
Muted variations
1#4D18C8
2#5122BE
3#552CB5
4#5936AB
5#5D3FA1
6#614997
7#64538D
8#685D84
9#6C667A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F1 #F5F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7DE #E7DEFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2C1 #D2C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | B091 #B091F7 | BordersInactive statesPlaceholder text |
| 400 | 8758 #8758F3 | Disabled statesSecondary iconsMuted text |
| 500 | 6428 #6428F0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 490F #490FD2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3A0C #3A0CA7 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2A08 #2A0877 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B05 #1B054C | Primary textHigh emphasis contentDark headings |
| 950 | 1103 #110330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F5F1FE;
--indigo-100: #E7DEFD;
--indigo-200: #D2C1FB;
--indigo-300: #B091F7;
--indigo-400: #8758F3;
--indigo-500: #6428F0;
--indigo-600: #490FD2;
--indigo-700: #3A0CA7;
--indigo-800: #2A0877;
--indigo-900: #1B054C;
--indigo-950: #110330;
}