Indigo
#2B024F
PurpleColor Codes
All color formats for development
HEX
#2B024FRGB
rgb(43, 2, 79)HSL
hsl(272, 95%, 16%)OKLCH
oklch(0.241 0.124 300.9)CMYK
cmyk(46%, 97%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#270248
2#230240
3#1E0138
4#1A0130
5#160128
6#110120
7#0D0118
8#090010
9#040008
Tints
Lighter variations
1#420379
2#5904A3
3#7005CD
4#8606F7
5#9B2EFA
6#AF58FB
7#C382FC
8#D7ABFD
9#EBD5FE
Tones
Muted variations
1#2B064C
2#2B0A48
3#2B0E44
4#2A1240
5#2A153C
6#2A1938
7#2A1D34
8#292131
9#29252D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F0 #F8F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EEDC #EEDCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | E0BE #E0BEFD | Secondary backgroundsInput backgroundsDividers |
| 300 | C88D #C88DFC | BordersInactive statesPlaceholder text |
| 400 | AB51 #AB51FB | Disabled statesSecondary iconsMuted text |
| 500 | 941F #941FF9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7706 #7706DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5F04 #5F04AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4403 #44037C | Text on light backgroundsHeadingsStrong borders |
| 900 | 2B02 #2B0250 | Primary textHigh emphasis contentDark headings |
| 950 | 1B01 #1B0132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F8F0FF;
--indigo-100: #EEDCFE;
--indigo-200: #E0BEFD;
--indigo-300: #C88DFC;
--indigo-400: #AB51FB;
--indigo-500: #941FF9;
--indigo-600: #7706DB;
--indigo-700: #5F04AE;
--indigo-800: #44037C;
--indigo-900: #2B0250;
--indigo-950: #1B0132;
}