Indigo
#3807AB
PurpleColor Codes
All color formats for development
HEX
#3807ABRGB
rgb(56, 7, 171)HSL
hsl(258, 92%, 35%)OKLCH
oklch(0.368 0.216 280.6)CMYK
cmyk(67%, 96%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#33069A
2#2D0689
3#270578
4#220467
5#1C0456
6#170345
7#110233
8#0B0122
9#060111
Tints
Lighter variations
1#4308CB
2#4D0AEB
3#6020F6
4#7740F7
5#8E60F8
6#A480FA
7#BBA0FB
8#D2BFFC
9#E8DFFE
Tones
Muted variations
1#3C0FA3
2#3F189B
3#422093
4#46288B
5#493082
6#4C387A
7#4F4172
8#53496A
9#565161
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F0 #F5F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7DD #E7DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2BF #D2BFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | AF8E #AF8EFA | BordersInactive statesPlaceholder text |
| 400 | 8554 #8554F8 | Disabled statesSecondary iconsMuted text |
| 500 | 6223 #6223F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4709 #4709D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3807 #3807AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2805 #28057A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A03 #1A034E | Primary textHigh emphasis contentDark headings |
| 950 | 1002 #100231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F5F0FE;
--indigo-100: #E7DDFE;
--indigo-200: #D2BFFC;
--indigo-300: #AF8EFA;
--indigo-400: #8554F8;
--indigo-500: #6223F6;
--indigo-600: #4709D7;
--indigo-700: #3807AB;
--indigo-800: #28057A;
--indigo-900: #1A034E;
--indigo-950: #100231;
}