Indigo
#380DA5
PurpleColor Codes
All color formats for development
HEX
#380DA5RGB
rgb(56, 13, 165)HSL
hsl(257, 85%, 35%)OKLCH
oklch(0.363 0.208 281.3)CMYK
cmyk(66%, 92%, 0%, 35%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#330C95
2#2D0B84
3#270974
4#220863
5#1C0753
6#170542
7#110432
8#0B0321
9#060111
Tints
Lighter variations
1#4310C4
2#4D12E2
3#6028EE
4#7747F0
5#8E66F3
6#A484F5
7#BBA3F8
8#D2C2FA
9#E8E0FD
Tones
Muted variations
1#3C159E
2#3F1D96
3#42248E
4#462C87
5#49337F
6#4C3B78
7#4F4270
8#534A68
9#565261
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F1 #F5F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7DE #E7DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2C2 #D2C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | AF92 #AF92F6 | BordersInactive statesPlaceholder text |
| 400 | 855A #855AF2 | Disabled statesSecondary iconsMuted text |
| 500 | 622B #622BEE | Primary brand colorCTAsActive elementsLinks |
| 600 | 4711 #4711D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 380D #380DA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 280A #280A76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A06 #1A064B | Primary textHigh emphasis contentDark headings |
| 950 | 1004 #10042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F5F1FE;
--indigo-100: #E7DEFC;
--indigo-200: #D2C2FA;
--indigo-300: #AF92F6;
--indigo-400: #855AF2;
--indigo-500: #622BEE;
--indigo-600: #4711D0;
--indigo-700: #380DA5;
--indigo-800: #280A76;
--indigo-900: #1A064B;
--indigo-950: #10042F;
}