Indigo
#2A054D
PurpleColor Codes
All color formats for development
HEX
#2A054DRGB
rgb(42, 5, 77)HSL
hsl(271, 88%, 16%)OKLCH
oklch(0.24 0.118 300.4)CMYK
cmyk(45%, 94%, 0%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#260445
2#22043D
3#1D0336
4#19032E
5#150226
6#11021F
7#0D0117
8#08010F
9#040008
Tints
Lighter variations
1#400775
2#560A9D
3#6C0DC6
4#820FEE
5#9736F2
6#AC5EF5
7#C186F7
8#D5AEFA
9#EAD7FC
Tones
Muted variations
1#2A0849
2#2A0C46
3#2A1042
4#2A133E
5#29173B
6#291A37
7#291E34
8#292230
9#29252C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F1 #F8F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EEDD #EEDDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | DFC1 #DFC1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | C691 #C691F8 | BordersInactive statesPlaceholder text |
| 400 | A857 #A857F4 | Disabled statesSecondary iconsMuted text |
| 500 | 9027 #9027F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 730D #730DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5C0B #5C0BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4208 #420878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2A05 #2A054D | Primary textHigh emphasis contentDark headings |
| 950 | 1A03 #1A0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F8F1FE;
--indigo-100: #EEDDFD;
--indigo-200: #DFC1FB;
--indigo-300: #C691F8;
--indigo-400: #A857F4;
--indigo-500: #9027F1;
--indigo-600: #730DD3;
--indigo-700: #5C0BA8;
--indigo-800: #420878;
--indigo-900: #2A054D;
--indigo-950: #1A0330;
}