Indigo
#2F0E71
PurpleColor Codes
All color formats for development
HEX
#2F0E71RGB
rgb(47, 14, 113)HSL
hsl(260, 78%, 25%)OKLCH
oklch(0.295 0.151 288.2)CMYK
cmyk(58%, 88%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2A0D66
2#260B5B
3#210A4F
4#1C0844
5#180739
6#13062D
7#0E0422
8#090317
9#05010B
Tints
Lighter variations
1#3D1294
2#4B16B6
3#5A1BD8
4#6E33E6
5#8755EA
6#9F77EE
7#B799F2
8#CFBBF7
9#E7DDFB
Tones
Muted variations
1#31136D
2#321868
3#341D63
4#36225E
5#372759
6#392C54
7#3B314F
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 #D5C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | B597 #B597F2 | BordersInactive statesPlaceholder text |
| 400 | 8F60 #8F60EB | Disabled statesSecondary iconsMuted text |
| 500 | 6E33 #6E33E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5319 #5319C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4214 #42149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F0E #2F0E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E09 #1E0949 | 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: #D5C4F8;
--indigo-300: #B597F2;
--indigo-400: #8F60EB;
--indigo-500: #6E33E6;
--indigo-600: #5319C8;
--indigo-700: #42149F;
--indigo-800: #2F0E71;
--indigo-900: #1E0949;
--indigo-950: #13062D;
}