Indigo
#2F0F71
PurpleColor Codes
All color formats for development
HEX
#2F0F71RGB
rgb(47, 15, 113)HSL
hsl(260, 77%, 25%)OKLCH
oklch(0.296 0.15 288)CMYK
cmyk(58%, 87%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2B0D66
2#260C5A
3#210A4F
4#1C0944
5#180738
6#13062D
7#0E0422
8#090317
9#05010B
Tints
Lighter variations
1#3E1393
2#4C17B5
3#5A1CD6
4#6F34E5
5#8756E9
6#9F78ED
7#B799F2
8#CFBBF6
9#E7DDFB
Tones
Muted variations
1#31146C
2#331867
3#341D62
4#36225D
5#382758
6#392C53
7#3B314E
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 | E9DF #E9DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5C4 #D5C4F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B597 #B597F2 | BordersInactive statesPlaceholder text |
| 400 | 8F61 #8F61EA | Disabled statesSecondary iconsMuted text |
| 500 | 6F34 #6F34E5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 531A #531AC7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4215 #42159E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F0F #2F0F71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E09 #1E0948 | Primary textHigh emphasis contentDark headings |
| 950 | 1306 #13062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F5F1FD;
--indigo-100: #E9DFFB;
--indigo-200: #D5C4F7;
--indigo-300: #B597F2;
--indigo-400: #8F61EA;
--indigo-500: #6F34E5;
--indigo-600: #531AC7;
--indigo-700: #42159E;
--indigo-800: #2F0F71;
--indigo-900: #1E0948;
--indigo-950: #13062D;
}