Indigo
#2C0D72
PurpleColor Codes
All color formats for development
HEX
#2C0D72RGB
rgb(44, 13, 114)HSL
hsl(258, 80%, 25%)OKLCH
oklch(0.292 0.153 285.9)CMYK
cmyk(61%, 89%, 0%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#270B67
2#230A5C
3#1E0950
4#1A0845
5#160639
6#11052E
7#0D0422
8#090317
9#04010B
Tints
Lighter variations
1#381195
2#4514B8
3#5218DA
4#6830E8
5#8153EC
6#9A75F0
7#B398F4
8#CDBAF7
9#E6DDFB
Tones
Muted variations
1#2D126E
2#2F1769
3#311C63
4#34215E
5#362659
6#382B54
7#3A304F
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 | E7DF #E7DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | D3C3 #D3C3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | B295 #B295F3 | BordersInactive statesPlaceholder text |
| 400 | 895E #895EED | Disabled statesSecondary iconsMuted text |
| 500 | 6830 #6830E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4C16 #4C16CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3D12 #3D12A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2B0D #2B0D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1C08 #1C0849 | Primary textHigh emphasis contentDark headings |
| 950 | 1105 #11052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F5F1FD;
--indigo-100: #E7DFFB;
--indigo-200: #D3C3F8;
--indigo-300: #B295F3;
--indigo-400: #895EED;
--indigo-500: #6830E8;
--indigo-600: #4C16CA;
--indigo-700: #3D12A1;
--indigo-800: #2B0D73;
--indigo-900: #1C0849;
--indigo-950: #11052E;
}