Indigo
#2D0C73
PurpleColor Codes
All color formats for development
HEX
#2D0C73RGB
rgb(45, 12, 115)HSL
hsl(259, 81%, 25%)OKLCH
oklch(0.293 0.155 286.5)CMYK
cmyk(61%, 90%, 0%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#280B68
2#240A5C
3#1F0851
4#1B0745
5#16063A
6#12052E
7#0D0423
8#090217
9#04010C
Tints
Lighter variations
1#3A1096
2#4813B9
3#5517DB
4#6A2FE9
5#8352ED
6#9C75F0
7#B597F4
8#CDBAF8
9#E6DCFB
Tones
Muted variations
1#2F116E
2#311669
3#321C64
4#34215F
5#36265A
6#382B54
7#3A304F
8#3C354A
9#3E3B45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F1 #F5F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8DF #E8DFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | D4C3 #D4C3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | B395 #B395F4 | BordersInactive statesPlaceholder text |
| 400 | 8B5D #8B5DEE | Disabled statesSecondary iconsMuted text |
| 500 | 6A2F #6A2FE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4F15 #4F15CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3F11 #3F11A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2D0C #2D0C73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D08 #1D084A | Primary textHigh emphasis contentDark headings |
| 950 | 1205 #12052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F5F1FE;
--indigo-100: #E8DFFC;
--indigo-200: #D4C3F9;
--indigo-300: #B395F4;
--indigo-400: #8B5DEE;
--indigo-500: #6A2FE9;
--indigo-600: #4F15CB;
--indigo-700: #3F11A2;
--indigo-800: #2D0C73;
--indigo-900: #1D084A;
--indigo-950: #12052E;
}