Indigo
#2C0E71
PurpleColor Codes
All color formats for development
HEX
#2C0E71RGB
rgb(44, 14, 113)HSL
hsl(258, 78%, 25%)OKLCH
oklch(0.292 0.151 286.1)CMYK
cmyk(61%, 88%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#270D66
2#230B5B
3#1F0A4F
4#1A0844
5#160739
6#12062D
7#0D0422
8#090317
9#04010B
Tints
Lighter variations
1#391294
2#4616B6
3#531BD8
4#6833E6
5#8255EA
6#9B77EE
7#B499F2
8#CDBBF7
9#E6DDFB
Tones
Muted variations
1#2E136D
2#301868
3#321D63
4#34225E
5#362759
6#382C54
7#3A314F
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 #D4C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | B297 #B297F2 | BordersInactive statesPlaceholder text |
| 400 | 8A60 #8A60EB | Disabled statesSecondary iconsMuted text |
| 500 | 6833 #6833E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4D19 #4D19C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3D14 #3D149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2C0E #2C0E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1C09 #1C0949 | 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: #D4C4F8;
--indigo-300: #B297F2;
--indigo-400: #8A60EB;
--indigo-500: #6833E6;
--indigo-600: #4D19C8;
--indigo-700: #3D149F;
--indigo-800: #2C0E71;
--indigo-900: #1C0949;
--indigo-950: #12062D;
}