Indigo
#38054D
PurpleColor Codes
All color formats for development
HEX
#38054DRGB
rgb(56, 5, 77)HSL
hsl(283, 88%, 16%)OKLCH
oklch(0.262 0.122 312.8)CMYK
cmyk(27%, 94%, 0%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#330445
2#2D043D
3#270336
4#22032E
5#1C0226
6#17021F
7#110117
8#0B010F
9#060008
Tints
Lighter variations
1#560775
2#740A9D
3#910DC6
4#AF0FEE
5#BD36F2
6#CA5EF5
7#D786F7
8#E4AEFA
9#F2D7FC
Tones
Muted variations
1#370849
2#350C46
3#341042
4#32133E
5#31173B
6#2F1A37
7#2D1E34
8#2C2230
9#2A252C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF1 #FAF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F4DD #F4DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | EAC1 #EAC1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | DB91 #DB91F8 | BordersInactive statesPlaceholder text |
| 400 | C857 #C857F4 | Disabled statesSecondary iconsMuted text |
| 500 | B827 #B827F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 9B0D #9B0DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7B0B #7B0BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5808 #580878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3805 #38054D | Primary textHigh emphasis contentDark headings |
| 950 | 2303 #230330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FAF1FE;
--indigo-100: #F4DDFD;
--indigo-200: #EAC1FB;
--indigo-300: #DB91F8;
--indigo-400: #C857F4;
--indigo-500: #B827F1;
--indigo-600: #9B0DD3;
--indigo-700: #7B0BA8;
--indigo-800: #580878;
--indigo-900: #38054D;
--indigo-950: #230330;
}