Indigo
#2E044D
PurpleColor Codes
All color formats for development
HEX
#2E044DRGB
rgb(46, 4, 77)HSL
hsl(275, 90%, 16%)OKLCH
oklch(0.245 0.12 304.3)CMYK
cmyk(40%, 95%, 0%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2A0446
2#26033E
3#210336
4#1C022F
5#170227
6#13021F
7#0E0117
8#090110
9#050008
Tints
Lighter variations
1#480676
2#60089F
3#790BC8
4#910DF0
5#A434F4
6#B65CF6
7#C885F9
8#DBAEFB
9#EDD6FD
Tones
Muted variations
1#2E084A
2#2E0B46
3#2D0F43
4#2C133F
5#2C163B
6#2B1A37
7#2B1E34
8#2A2130
9#29252C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F0 #F8F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F0DD #F0DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | E3C0 #E3C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | CD90 #CD90F9 | BordersInactive statesPlaceholder text |
| 400 | B355 #B355F6 | Disabled statesSecondary iconsMuted text |
| 500 | 9D25 #9D25F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 810B #810BD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6709 #6709AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4906 #490679 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2F04 #2F044E | Primary textHigh emphasis contentDark headings |
| 950 | 1D03 #1D0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F8F0FE;
--indigo-100: #F0DDFD;
--indigo-200: #E3C0FC;
--indigo-300: #CD90F9;
--indigo-400: #B355F6;
--indigo-500: #9D25F4;
--indigo-600: #810BD5;
--indigo-700: #6709AA;
--indigo-800: #490679;
--indigo-900: #2F044E;
--indigo-950: #1D0330;
}