Indigo
#2F0778
PurpleColor Codes
All color formats for development
HEX
#2F0778RGB
rgb(47, 7, 120)HSL
hsl(261, 89%, 25%)OKLCH
oklch(0.297 0.163 286.9)CMYK
cmyk(61%, 94%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2A066C
2#250660
3#210554
4#1C0448
5#17043C
6#130330
7#0E0224
8#090118
9#05010C
Tints
Lighter variations
1#3D099D
2#4B0BC1
3#590DE5
4#6E26F2
5#864AF4
6#9E6EF7
7#B693F9
8#CFB7FB
9#E7DBFD
Tones
Muted variations
1#300D73
2#32126D
3#341867
4#361E62
5#37235C
6#392956
7#3B2F51
8#3C344B
9#3E3A45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F1 #F5F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8DD #E8DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5C0 #D5C0FB | Secondary backgroundsInput backgroundsDividers |
| 300 | B590 #B590F9 | BordersInactive statesPlaceholder text |
| 400 | 8E56 #8E56F5 | Disabled statesSecondary iconsMuted text |
| 500 | 6E26 #6E26F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 520C #520CD4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 410A #410AA9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F07 #2F0778 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E04 #1E044D | Primary textHigh emphasis contentDark headings |
| 950 | 1303 #130330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F5F1FE;
--indigo-100: #E8DDFD;
--indigo-200: #D5C0FB;
--indigo-300: #B590F9;
--indigo-400: #8E56F5;
--indigo-500: #6E26F2;
--indigo-600: #520CD4;
--indigo-700: #410AA9;
--indigo-800: #2F0778;
--indigo-900: #1E044D;
--indigo-950: #130330;
}