Indigo
#2F0D73
PurpleColor Codes
All color formats for development
HEX
#2F0D73RGB
rgb(47, 13, 115)HSL
hsl(260, 80%, 25%)OKLCH
oklch(0.296 0.154 287.7)CMYK
cmyk(59%, 89%, 0%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2A0B67
2#250A5C
3#210950
4#1C0845
5#170639
6#13052E
7#0E0422
8#090317
9#05010B
Tints
Lighter variations
1#3D1195
2#4B14B8
3#5918DA
4#6E30E8
5#8653EC
6#9E75F0
7#B698F4
8#CFBAF7
9#E7DDFB
Tones
Muted variations
1#30126E
2#321769
3#341C63
4#36215E
5#372659
6#392B54
7#3B304F
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 | D5C3 #D5C3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | B595 #B595F3 | BordersInactive statesPlaceholder text |
| 400 | 8E5E #8E5EED | Disabled statesSecondary iconsMuted text |
| 500 | 6E30 #6E30E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5216 #5216CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4112 #4112A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F0D #2F0D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E08 #1E0849 | Primary textHigh emphasis contentDark headings |
| 950 | 1305 #13052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F5F1FD;
--indigo-100: #E8DFFB;
--indigo-200: #D5C3F8;
--indigo-300: #B595F3;
--indigo-400: #8E5EED;
--indigo-500: #6E30E8;
--indigo-600: #5216CA;
--indigo-700: #4112A1;
--indigo-800: #2F0D73;
--indigo-900: #1E0849;
--indigo-950: #13052E;
}