Indigo
#300B74
PurpleColor Codes
All color formats for development
HEX
#300B74RGB
rgb(48, 11, 116)HSL
hsl(261, 83%, 25%)OKLCH
oklch(0.297 0.157 288.3)CMYK
cmyk(59%, 91%, 0%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2B0A69
2#26095D
3#220852
4#1D0746
5#18053A
6#13042F
7#0E0323
8#0A0217
9#05010C
Tints
Lighter variations
1#3E0E98
2#4D11BB
3#5B15DE
4#702DEB
5#8850EF
6#9F73F2
7#B796F5
8#CFB9F8
9#E7DCFC
Tones
Muted variations
1#31106F
2#33156A
3#351B65
4#36205F
5#38255A
6#392B55
7#3B3050
8#3D354A
9#3E3A45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F1 #F5F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9DE #E9DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | D6C2 #D6C2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | B694 #B694F5 | BordersInactive statesPlaceholder text |
| 400 | 905C #905CF0 | Disabled statesSecondary iconsMuted text |
| 500 | 702D #702DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 5413 #5413CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 430F #430FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 300B #300B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F07 #1F074B | Primary textHigh emphasis contentDark headings |
| 950 | 1304 #13042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F5F1FE;
--indigo-100: #E9DEFC;
--indigo-200: #D6C2F9;
--indigo-300: #B694F5;
--indigo-400: #905CF0;
--indigo-500: #702DEB;
--indigo-600: #5413CD;
--indigo-700: #430FA3;
--indigo-800: #300B75;
--indigo-900: #1F074B;
--indigo-950: #13042F;
}