Indigo
#510878
PurpleColor Codes
All color formats for development
HEX
#510878RGB
rgb(81, 8, 120)HSL
hsl(279, 88%, 25%)OKLCH
oklch(0.342 0.167 308.5)CMYK
cmyk(33%, 93%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#49076C
2#400660
3#380554
4#300548
5#28043C
6#200330
7#180224
8#100218
9#08010C
Tints
Lighter variations
1#690A9C
2#810CC0
3#990FE4
4#AB27F1
5#B94BF4
6#C76FF6
7#D593F8
8#E3B7FA
9#F1DBFD
Tones
Muted variations
1#4F0D72
2#4D136D
3#4C1867
4#4A1E61
5#48245C
6#462956
7#452F51
8#43354B
9#413A45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F1 #F9F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F2DD #F2DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | E7C1 #E7C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | D491 #D491F8 | BordersInactive statesPlaceholder text |
| 400 | BD57 #BD57F4 | Disabled statesSecondary iconsMuted text |
| 500 | AB27 #AB27F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 8E0D #8E0DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 710B #710BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5108 #510878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3405 #34054D | Primary textHigh emphasis contentDark headings |
| 950 | 2003 #200330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F9F1FE;
--indigo-100: #F2DDFD;
--indigo-200: #E7C1FB;
--indigo-300: #D491F8;
--indigo-400: #BD57F4;
--indigo-500: #AB27F1;
--indigo-600: #8E0DD3;
--indigo-700: #710BA8;
--indigo-800: #510878;
--indigo-900: #34054D;
--indigo-950: #200330;
}