Indigo
#30064B
PurpleColor Codes
All color formats for development
HEX
#30064BRGB
rgb(48, 6, 75)HSL
hsl(277, 85%, 16%)OKLCH
oklch(0.248 0.116 306.9)CMYK
cmyk(36%, 92%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2C0644
2#27053C
3#220435
4#1D042D
5#180326
6#14021E
7#0F0217
8#0A010F
9#050108
Tints
Lighter variations
1#4B0973
2#640D9B
3#7E10C2
4#9813EA
5#A939EF
6#BA60F2
7#CB88F5
8#DDB0F9
9#EED7FC
Tones
Muted variations
1#300A48
2#2F0D45
3#2E1141
4#2E143E
5#2D173A
6#2C1B37
7#2B1E33
8#2A2230
9#2A252C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F1 #F9F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F1DE #F1DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | E4C2 #E4C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | D092 #D092F6 | BordersInactive statesPlaceholder text |
| 400 | B75A #B75AF2 | Disabled statesSecondary iconsMuted text |
| 500 | A32B #A32BEE | Primary brand colorCTAsActive elementsLinks |
| 600 | 8611 #8611D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6B0D #6B0DA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4C0A #4C0A76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3106 #31064B | Primary textHigh emphasis contentDark headings |
| 950 | 1F04 #1F042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F9F1FE;
--indigo-100: #F1DEFC;
--indigo-200: #E4C2FA;
--indigo-300: #D092F6;
--indigo-400: #B75AF2;
--indigo-500: #A32BEE;
--indigo-600: #8611D0;
--indigo-700: #6B0DA5;
--indigo-800: #4C0A76;
--indigo-900: #31064B;
--indigo-950: #1F042F;
}