Indigo
#2D027E
PurpleColor Codes
All color formats for development
HEX
#2D027ERGB
rgb(45, 2, 126)HSL
hsl(261, 97%, 25%)OKLCH
oklch(0.299 0.173 284.4)CMYK
cmyk(64%, 98%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#290271
2#240264
3#200158
4#1B014B
5#17013F
6#120132
7#0E0126
8#090019
9#05000D
Tints
Lighter variations
1#3B02A3
2#4803C9
3#5604EF
4#6B1DFC
5#8443FC
6#9C68FD
7#B58EFD
8#CEB4FE
9#E6D9FE
Tones
Muted variations
1#2F0877
2#310E71
3#33146B
4#351B65
5#36215F
6#382758
7#3A2D52
8#3C334C
9#3E3A46
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F0 #F5F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8DC #E8DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | D4BE #D4BEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | B38B #B38BFD | BordersInactive statesPlaceholder text |
| 400 | 8C4F #8C4FFC | Disabled statesSecondary iconsMuted text |
| 500 | 6B1D #6B1DFC | Primary brand colorCTAsActive elementsLinks |
| 600 | 5003 #5003DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3F03 #3F03B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2D02 #2D027E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D01 #1D0150 | Primary textHigh emphasis contentDark headings |
| 950 | 1201 #120132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F5F0FF;
--indigo-100: #E8DCFE;
--indigo-200: #D4BEFE;
--indigo-300: #B38BFD;
--indigo-400: #8C4FFC;
--indigo-500: #6B1DFC;
--indigo-600: #5003DD;
--indigo-700: #3F03B0;
--indigo-800: #2D027E;
--indigo-900: #1D0150;
--indigo-950: #120132;
}