Indigo
#2F0878
PurpleColor Codes
All color formats for development
HEX
#2F0878RGB
rgb(47, 8, 120)HSL
hsl(261, 88%, 25%)OKLCH
oklch(0.298 0.163 286.8)CMYK
cmyk(61%, 93%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2A076C
2#260660
3#210554
4#1C0548
5#17043C
6#130330
7#0E0224
8#090218
9#05010C
Tints
Lighter variations
1#3D0A9C
2#4B0CC0
3#590FE4
4#6E27F1
5#864BF4
6#9E6FF6
7#B693F8
8#CFB7FA
9#E7DBFD
Tones
Muted variations
1#310D72
2#32136D
3#341867
4#361E61
5#37245C
6#392956
7#3B2F51
8#3C354B
9#3E3A45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F1 #F5F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8DD #E8DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5C1 #D5C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | B591 #B591F8 | BordersInactive statesPlaceholder text |
| 400 | 8E57 #8E57F4 | Disabled statesSecondary iconsMuted text |
| 500 | 6E27 #6E27F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 530D #530DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 420B #420BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F08 #2F0878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E05 #1E054D | Primary textHigh emphasis contentDark headings |
| 950 | 1303 #130330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #F5F1FE;
--indigo-100: #E8DDFD;
--indigo-200: #D5C1FB;
--indigo-300: #B591F8;
--indigo-400: #8E57F4;
--indigo-500: #6E27F1;
--indigo-600: #530DD3;
--indigo-700: #420BA8;
--indigo-800: #2F0878;
--indigo-900: #1E054D;
--indigo-950: #130330;
}