Indigo
#38169C
PurpleColor Codes
All color formats for development
HEX
#38169CRGB
rgb(56, 22, 156)HSL
hsl(255, 75%, 35%)OKLCH
oklch(0.36 0.193 282.4)CMYK
cmyk(64%, 86%, 0%, 39%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#32148D
2#2D127D
3#27106D
4#210D5E
5#1C0B4E
6#16093E
7#11072F
8#0B041F
9#060210
Tints
Lighter variations
1#421AB9
2#4D1FD6
3#5F34E2
4#7651E6
5#8D6EEA
6#A48BEE
7#BBA8F3
8#D1C5F7
9#E8E2FB
Tones
Muted variations
1#3B1D95
2#3E248F
3#422A88
4#453181
5#49387B
6#4C3E74
7#4F456D
8#534C67
9#565360
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F2 #F4F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6E0 #E6E0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1C5 #D1C5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | AE98 #AE98F0 | BordersInactive statesPlaceholder text |
| 400 | 8463 #8463E9 | Disabled statesSecondary iconsMuted text |
| 500 | 6136 #6136E2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 461C #461CC4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3816 #38169C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2810 #281070 | Text on light backgroundsHeadingsStrong borders |
| 900 | 190A #190A47 | Primary textHigh emphasis contentDark headings |
| 950 | 1006 #10062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F4F2FD;
--indigo-100: #E6E0FB;
--indigo-200: #D1C5F7;
--indigo-300: #AE98F0;
--indigo-400: #8463E9;
--indigo-500: #6136E2;
--indigo-600: #461CC4;
--indigo-700: #38169C;
--indigo-800: #281070;
--indigo-900: #190A47;
--indigo-950: #10062D;
}