Indigo
#360250
PurpleColor Codes
All color formats for development
HEX
#360250RGB
rgb(54, 2, 80)HSL
hsl(280, 95%, 16%)OKLCH
oklch(0.259 0.127 309.8)CMYK
cmyk(32%, 98%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#300248
2#2B0240
3#260138
4#200130
5#1B0128
6#150120
7#100118
8#0B0010
9#050008
Tints
Lighter variations
1#520379
2#6E04A3
3#8A05CD
4#A706F7
5#B62EFA
6#C458FB
7#D382FC
8#E2ABFD
9#F0D5FE
Tones
Muted variations
1#34064C
2#330A48
3#320E44
4#311240
5#2F153C
6#2E1938
7#2D1D34
8#2B2131
9#2A252D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF0 #FAF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F3DC #F3DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | E8BE #E8BEFD | Secondary backgroundsInput backgroundsDividers |
| 300 | D78D #D78DFC | BordersInactive statesPlaceholder text |
| 400 | C251 #C251FB | Disabled statesSecondary iconsMuted text |
| 500 | B11F #B11FF9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 9406 #9406DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7604 #7604AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5403 #54037C | Text on light backgroundsHeadingsStrong borders |
| 900 | 3602 #360250 | Primary textHigh emphasis contentDark headings |
| 950 | 2201 #220132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FAF0FF;
--indigo-100: #F3DCFE;
--indigo-200: #E8BEFD;
--indigo-300: #D78DFC;
--indigo-400: #C251FB;
--indigo-500: #B11FF9;
--indigo-600: #9406DB;
--indigo-700: #7604AE;
--indigo-800: #54037C;
--indigo-900: #360250;
--indigo-950: #220132;
}