Indigo
#52037D
PurpleColor Codes
All color formats for development
HEX
#52037DRGB
rgb(82, 3, 125)HSL
hsl(279, 95%, 25%)OKLCH
oklch(0.346 0.174 307.4)CMYK
cmyk(34%, 98%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4A0370
2#420363
3#390257
4#31024B
5#29023E
6#210132
7#190125
8#100119
9#08000C
Tints
Lighter variations
1#6A04A2
2#8305C7
3#9C06EC
4#AD1FF9
5#BB45FA
6#C86AFB
7#D68FFC
8#E4B4FD
9#F1DAFE
Tones
Muted variations
1#500976
2#4E0F70
3#4C156A
4#4B1B64
5#49215E
6#472858
7#452E52
8#43344C
9#423A46
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF0 #FAF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F2DC #F2DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | E7BE #E7BEFD | Secondary backgroundsInput backgroundsDividers |
| 300 | D58D #D58DFC | BordersInactive statesPlaceholder text |
| 400 | BF51 #BF51FB | Disabled statesSecondary iconsMuted text |
| 500 | AD1F #AD1FF9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 9006 #9006DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7304 #7304AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5203 #52037C | Text on light backgroundsHeadingsStrong borders |
| 900 | 3402 #340250 | Primary textHigh emphasis contentDark headings |
| 950 | 2101 #210132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FAF0FF;
--indigo-100: #F2DCFE;
--indigo-200: #E7BEFD;
--indigo-300: #D58DFC;
--indigo-400: #BF51FB;
--indigo-500: #AD1FF9;
--indigo-600: #9006DB;
--indigo-700: #7304AE;
--indigo-800: #52037C;
--indigo-900: #340250;
--indigo-950: #210132;
}