Indigo
#2C0F71
PurpleColor Codes
All color formats for development
HEX
#2C0F71RGB
rgb(44, 15, 113)HSL
hsl(258, 77%, 25%)OKLCH
oklch(0.293 0.15 286)CMYK
cmyk(61%, 87%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#280D66
2#230C5A
3#1F0A4F
4#1A0944
5#160738
6#12062D
7#0D0422
8#090317
9#04010B
Tints
Lighter variations
1#391393
2#4717B5
3#541CD6
4#6934E5
5#8256E9
6#9B78ED
7#B499F2
8#CDBBF6
9#E6DDFB
Tones
Muted variations
1#2E146C
2#301867
3#321D62
4#34225D
5#362758
6#382C53
7#3A314E
8#3C364A
9#3E3B45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F1 #F5F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8DF #E8DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | D4C4 #D4C4F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B297 #B297F2 | BordersInactive statesPlaceholder text |
| 400 | 8A61 #8A61EA | Disabled statesSecondary iconsMuted text |
| 500 | 6934 #6934E5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4E1A #4E1AC7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3E15 #3E159E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2C0F #2C0F71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1C09 #1C0948 | Primary textHigh emphasis contentDark headings |
| 950 | 1206 #12062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F5F1FD;
--indigo-100: #E8DFFB;
--indigo-200: #D4C4F7;
--indigo-300: #B297F2;
--indigo-400: #8A61EA;
--indigo-500: #6934E5;
--indigo-600: #4E1AC7;
--indigo-700: #3E159E;
--indigo-800: #2C0F71;
--indigo-900: #1C0948;
--indigo-950: #12062D;
}