Indigo
#2B0B75
PurpleColor Codes
All color formats for development
HEX
#2B0B75RGB
rgb(43, 11, 117)HSL
hsl(258, 83%, 25%)OKLCH
oklch(0.293 0.158 284.7)CMYK
cmyk(63%, 91%, 0%, 54%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#260A69
2#22095D
3#1E0852
4#1A0746
5#15053A
6#11042F
7#0D0323
8#090217
9#04010C
Tints
Lighter variations
1#370E98
2#4411BB
3#5115DE
4#662DEB
5#8050EF
6#9973F2
7#B396F5
8#CCB9F8
9#E6DCFC
Tones
Muted variations
1#2D106F
2#2F156A
3#311B65
4#33205F
5#35255A
6#372B55
7#393050
8#3C354A
9#3E3A45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F1 #F5F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7DE #E7DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | D3C2 #D3C2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | B194 #B194F5 | BordersInactive statesPlaceholder text |
| 400 | 885C #885CF0 | Disabled statesSecondary iconsMuted text |
| 500 | 662D #662DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 4B13 #4B13CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3C0F #3C0FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2B0B #2B0B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B07 #1B074B | Primary textHigh emphasis contentDark headings |
| 950 | 1104 #11042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F5F1FE;
--indigo-100: #E7DEFC;
--indigo-200: #D3C2F9;
--indigo-300: #B194F5;
--indigo-400: #885CF0;
--indigo-500: #662DEB;
--indigo-600: #4B13CD;
--indigo-700: #3C0FA3;
--indigo-800: #2B0B75;
--indigo-900: #1B074B;
--indigo-950: #11042F;
}