Indigo
#2F0679
PurpleColor Codes
All color formats for development
HEX
#2F0679RGB
rgb(47, 6, 121)HSL
hsl(261, 91%, 25%)OKLCH
oklch(0.298 0.165 286.7)CMYK
cmyk(61%, 95%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2A056E
2#250561
3#200455
4#1C0349
5#17033D
6#130231
7#0E0225
8#090118
9#05010C
Tints
Lighter variations
1#3C079E
2#4A09C3
3#580BE7
4#6D24F5
5#8548F6
6#9E6DF8
7#B691FA
8#CEB6FC
9#E7DAFD
Tones
Muted variations
1#300C74
2#32116E
3#341768
4#351D63
5#37235D
6#392957
7#3B2E51
8#3C344B
9#3E3A46
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F0 #F5F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8DD #E8DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5C0 #D5C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | B48F #B48FFA | BordersInactive statesPlaceholder text |
| 400 | 8D55 #8D55F7 | Disabled statesSecondary iconsMuted text |
| 500 | 6D24 #6D24F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 520A #520AD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4108 #4108AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2E06 #2E067A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E04 #1E044E | Primary textHigh emphasis contentDark headings |
| 950 | 1302 #130231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F5F0FE;
--indigo-100: #E8DDFD;
--indigo-200: #D5C0FC;
--indigo-300: #B48FFA;
--indigo-400: #8D55F7;
--indigo-500: #6D24F5;
--indigo-600: #520AD6;
--indigo-700: #4108AA;
--indigo-800: #2E067A;
--indigo-900: #1E044E;
--indigo-950: #130231;
}