Indigo
#2D0B74
PurpleColor Codes
All color formats for development
HEX
#2D0B74RGB
rgb(45, 11, 116)HSL
hsl(259, 83%, 25%)OKLCH
oklch(0.294 0.157 286.3)CMYK
cmyk(61%, 91%, 0%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#280A69
2#23095D
3#1F0852
4#1B0746
5#16053A
6#12042F
7#0D0323
8#090217
9#04010C
Tints
Lighter variations
1#3A0E98
2#4711BB
3#5415DE
4#692DEB
5#8250EF
6#9B73F2
7#B496F5
8#CDB9F8
9#E6DCFC
Tones
Muted variations
1#2E106F
2#30156A
3#321B65
4#34205F
5#36255A
6#382B55
7#3A3050
8#3C354A
9#3E3A45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F1 #F5F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8DE #E8DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | D4C2 #D4C2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | B394 #B394F5 | BordersInactive statesPlaceholder text |
| 400 | 8B5C #8B5CF0 | Disabled statesSecondary iconsMuted text |
| 500 | 692D #692DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 4E13 #4E13CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3E0F #3E0FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2C0B #2C0B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1C07 #1C074B | Primary textHigh emphasis contentDark headings |
| 950 | 1204 #12042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F5F1FE;
--indigo-100: #E8DEFC;
--indigo-200: #D4C2F9;
--indigo-300: #B394F5;
--indigo-400: #8B5CF0;
--indigo-500: #692DEB;
--indigo-600: #4E13CD;
--indigo-700: #3E0FA3;
--indigo-800: #2C0B75;
--indigo-900: #1C074B;
--indigo-950: #12042F;
}