Indigo
#470B75
PurpleColor Codes
All color formats for development
HEX
#470B75RGB
rgb(71, 11, 117)HSL
hsl(274, 83%, 25%)OKLCH
oklch(0.327 0.159 303.3)CMYK
cmyk(39%, 91%, 0%, 54%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#400A69
2#39095D
3#320852
4#2A0746
5#23053A
6#1C042F
7#150323
8#0E0217
9#07010C
Tints
Lighter variations
1#5C0E98
2#7111BB
3#8715DE
4#992DEB
5#AA50EF
6#BB73F2
7#CC96F5
8#DDB9F8
9#EEDCFC
Tones
Muted variations
1#46106F
2#45156A
3#451B65
4#44205F
5#43255A
6#432B55
7#423050
8#41354A
9#403A45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F1 #F8F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EFDE #EFDEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | E2C2 #E2C2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | CB94 #CB94F5 | BordersInactive statesPlaceholder text |
| 400 | B05C #B05CF0 | Disabled statesSecondary iconsMuted text |
| 500 | 992D #992DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 7D13 #7D13CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 630F #630FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 470B #470B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2D07 #2D074B | Primary textHigh emphasis contentDark headings |
| 950 | 1C04 #1C042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F8F1FE;
--indigo-100: #EFDEFC;
--indigo-200: #E2C2F9;
--indigo-300: #CB94F5;
--indigo-400: #B05CF0;
--indigo-500: #992DEB;
--indigo-600: #7D13CD;
--indigo-700: #630FA3;
--indigo-800: #470B75;
--indigo-900: #2D074B;
--indigo-950: #1C042F;
}