Indigo
#3E054D
PinkColor Codes
All color formats for development
HEX
#3E054DRGB
rgb(62, 5, 77)HSL
hsl(288, 88%, 16%)OKLCH
oklch(0.272 0.124 317.6)CMYK
cmyk(19%, 94%, 0%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#380445
2#32043D
3#2C0336
4#25032E
5#1F0226
6#19021F
7#130117
8#0C010F
9#060008
Tints
Lighter variations
1#5F0775
2#800A9D
3#A10DC6
4#C10FEE
5#CC36F2
6#D75EF5
7#E186F7
8#EBAEFA
9#F5D7FC
Tones
Muted variations
1#3C0849
2#3A0C46
3#381042
4#36133E
5#34173B
6#311A37
7#2F1E34
8#2D2230
9#2B252C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF1 #FBF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F7DD #F7DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | EFC1 #EFC1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | E391 #E391F8 | BordersInactive statesPlaceholder text |
| 400 | D557 #D557F4 | Disabled statesSecondary iconsMuted text |
| 500 | C927 #C927F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | AB0D #AB0DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 880B #880BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6108 #610878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3E05 #3E054D | Primary textHigh emphasis contentDark headings |
| 950 | 2703 #270330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FBF1FE;
--indigo-100: #F7DDFD;
--indigo-200: #EFC1FB;
--indigo-300: #E391F8;
--indigo-400: #D557F4;
--indigo-500: #C927F1;
--indigo-600: #AB0DD3;
--indigo-700: #880BA8;
--indigo-800: #610878;
--indigo-900: #3E054D;
--indigo-950: #270330;
}