Indigo
#260B74
PurpleColor Codes
All color formats for development
HEX
#260B74RGB
rgb(38, 11, 116)HSL
hsl(255, 83%, 25%)OKLCH
oklch(0.286 0.158 281.7)CMYK
cmyk(67%, 91%, 0%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#220A69
2#1E095D
3#1A0852
4#160746
5#13053A
6#0F042F
7#0B0323
8#070217
9#04010C
Tints
Lighter variations
1#300E98
2#3C11BB
3#4715DE
4#5D2DEB
5#7850EF
6#9373F2
7#AE96F5
8#C9B9F8
9#E4DCFC
Tones
Muted variations
1#28106F
2#2B156A
3#2D1B65
4#30205F
5#33255A
6#352B55
7#383050
8#3A354A
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 | D0C2 #D0C2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | AC94 #AC94F5 | BordersInactive statesPlaceholder text |
| 400 | 815C #815CF0 | Disabled statesSecondary iconsMuted text |
| 500 | 5D2D #5D2DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 4213 #4213CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 340F #340FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 250B #250B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1807 #18074B | Primary textHigh emphasis contentDark headings |
| 950 | 0F04 #0F042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F4F1FE;
--indigo-100: #E6DEFC;
--indigo-200: #D0C2F9;
--indigo-300: #AC94F5;
--indigo-400: #815CF0;
--indigo-500: #5D2DEB;
--indigo-600: #4213CD;
--indigo-700: #340FA3;
--indigo-800: #250B75;
--indigo-900: #18074B;
--indigo-950: #0F042F;
}