Indigo
#370BA8
PurpleColor Codes
All color formats for development
HEX
#370BA8RGB
rgb(55, 11, 168)HSL
hsl(257, 88%, 35%)OKLCH
oklch(0.365 0.212 280.5)CMYK
cmyk(67%, 93%, 0%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#320A97
2#2C0986
3#270775
4#210665
5#1C0554
6#160443
7#110332
8#0B0222
9#060111
Tints
Lighter variations
1#410DC7
2#4C0FE6
3#5F25F1
4#7644F3
5#8D63F5
6#A382F7
7#BAA2F9
8#D1C1FB
9#E8E0FD
Tones
Muted variations
1#3B13A0
2#3E1A98
3#412290
4#452A88
5#483281
6#4C3A79
7#4F4271
8#524A69
9#565161
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F1 #F4F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6DD #E6DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1C1 #D1C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | AE91 #AE91F8 | BordersInactive statesPlaceholder text |
| 400 | 8457 #8457F4 | Disabled statesSecondary iconsMuted text |
| 500 | 6027 #6027F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 450D #450DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 370B #370BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2708 #270878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1905 #19054D | Primary textHigh emphasis contentDark headings |
| 950 | 1003 #100330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F4F1FE;
--indigo-100: #E6DDFD;
--indigo-200: #D1C1FB;
--indigo-300: #AE91F8;
--indigo-400: #8457F4;
--indigo-500: #6027F1;
--indigo-600: #450DD3;
--indigo-700: #370BA8;
--indigo-800: #270878;
--indigo-900: #19054D;
--indigo-950: #100330;
}