Indigo
#270878
PurpleColor Codes
All color formats for development
HEX
#270878RGB
rgb(39, 8, 120)HSL
hsl(257, 88%, 25%)OKLCH
oklch(0.29 0.164 281.6)CMYK
cmyk(68%, 93%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#23076C
2#200660
3#1C0554
4#180548
5#14043C
6#100330
7#0C0224
8#080218
9#04010C
Tints
Lighter variations
1#330A9C
2#3F0CC0
3#4B0FE4
4#6027F1
5#7B4BF4
6#956FF6
7#B093F8
8#CAB7FA
9#E5DBFD
Tones
Muted variations
1#2A0D72
2#2C136D
3#2F1867
4#311E61
5#34245C
6#362956
7#382F51
8#3B354B
9#3D3A45
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;
}