Indigo
#2A047C
PurpleColor Codes
All color formats for development
HEX
#2A047CRGB
rgb(42, 4, 124)HSL
hsl(259, 94%, 25%)OKLCH
oklch(0.295 0.17 282.8)CMYK
cmyk(66%, 97%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#26036F
2#210363
3#1D0357
4#19024A
5#15023E
6#110231
7#0D0125
8#080119
9#04000C
Tints
Lighter variations
1#3605A1
2#4306C6
3#4F07EB
4#6520F8
5#7E45F9
6#986BFA
7#B290FC
8#CCB5FD
9#E5DAFE
Tones
Muted variations
1#2C0A76
2#2E1070
3#30166A
4#331C64
5#35225E
6#372858
7#392E52
8#3B344C
9#3E3A46
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F0 #F5F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7DC #E7DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2BF #D2BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | B08D #B08DFB | BordersInactive statesPlaceholder text |
| 400 | 8752 #8752FA | Disabled statesSecondary iconsMuted text |
| 500 | 6520 #6520F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4A07 #4A07DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3A05 #3A05AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2A04 #2A047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B02 #1B024F | Primary textHigh emphasis contentDark headings |
| 950 | 1102 #110231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F5F0FF;
--indigo-100: #E7DCFE;
--indigo-200: #D2BFFD;
--indigo-300: #B08DFB;
--indigo-400: #8752FA;
--indigo-500: #6520F8;
--indigo-600: #4A07DA;
--indigo-700: #3A05AD;
--indigo-800: #2A047C;
--indigo-900: #1B024F;
--indigo-950: #110231;
}