Indigo
#3006AC
PurpleColor Codes
All color formats for development
HEX
#3006ACRGB
rgb(48, 6, 172)HSL
hsl(255, 93%, 35%)OKLCH
oklch(0.362 0.22 276.9)CMYK
cmyk(72%, 97%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2B069B
2#26058A
3#210479
4#1D0467
5#180356
6#130245
7#0E0234
8#0A0122
9#050111
Tints
Lighter variations
1#3907CC
2#4109EC
3#551FF7
4#6D3FF8
5#865FF9
6#9E7FFA
7#B69FFC
8#CEBFFD
9#E7DFFE
Tones
Muted variations
1#340FA4
2#38179C
3#3C1F93
4#40278B
5#443083
6#49387A
7#4D4072
8#51496A
9#555162
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F0 #F4F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5DD #E5DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEBF #CEBFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | A98E #A98EFB | BordersInactive statesPlaceholder text |
| 400 | 7C53 #7C53F9 | Disabled statesSecondary iconsMuted text |
| 500 | 5722 #5722F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3C08 #3C08D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3006 #3006AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2204 #22047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1603 #16034F | Primary textHigh emphasis contentDark headings |
| 950 | 0E02 #0E0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F4F0FE;
--indigo-100: #E5DDFE;
--indigo-200: #CEBFFD;
--indigo-300: #A98EFB;
--indigo-400: #7C53F9;
--indigo-500: #5722F7;
--indigo-600: #3C08D9;
--indigo-700: #3006AC;
--indigo-800: #22047B;
--indigo-900: #16034F;
--indigo-950: #0E0231;
}