Indigo
#270B75
PurpleColor Codes
All color formats for development
HEX
#270B75RGB
rgb(39, 11, 117)HSL
hsl(256, 83%, 25%)OKLCH
oklch(0.289 0.159 282.1)CMYK
cmyk(67%, 91%, 0%, 54%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#230A69
2#1F095D
3#1B0852
4#170746
5#14053A
6#10042F
7#0C0323
8#080217
9#04010C
Tints
Lighter variations
1#330E98
2#3E11BB
3#4A15DE
4#602DEB
5#7A50EF
6#9573F2
7#AF96F5
8#CAB9F8
9#E4DCFC
Tones
Muted variations
1#2A106F
2#2C156A
3#2E1B65
4#31205F
5#33255A
6#362B55
7#383050
8#3B354A
9#3D3A45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F1 #F4F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6DE #E6DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1C2 #D1C2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | AE94 #AE94F5 | BordersInactive statesPlaceholder text |
| 400 | 835C #835CF0 | Disabled statesSecondary iconsMuted text |
| 500 | 602D #602DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 4513 #4513CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 370F #370FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 270B #270B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1907 #19074B | 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: #F4F1FE;
--indigo-100: #E6DEFC;
--indigo-200: #D1C2F9;
--indigo-300: #AE94F5;
--indigo-400: #835CF0;
--indigo-500: #602DEB;
--indigo-600: #4513CD;
--indigo-700: #370FA3;
--indigo-800: #270B75;
--indigo-900: #19074B;
--indigo-950: #10042F;
}