Indigo
#42054D
PinkColor Codes
All color formats for development
HEX
#42054DRGB
rgb(66, 5, 77)HSL
hsl(291, 88%, 16%)OKLCH
oklch(0.279 0.126 320.6)CMYK
cmyk(14%, 94%, 0%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3B0445
2#35043D
3#2E0336
4#28032E
5#210226
6#1A021F
7#140117
8#0D010F
9#070008
Tints
Lighter variations
1#650775
2#870A9D
3#AA0DC6
4#CC0FEE
5#D636F2
6#DE5EF5
7#E686F7
8#EFAEFA
9#F7D7FC
Tones
Muted variations
1#3F0849
2#3D0C46
3#3A1042
4#38133E
5#35173B
6#331A37
7#301E34
8#2E2230
9#2B252C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF1 #FCF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F8DD #F8DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | F2C1 #F2C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | E891 #E891F8 | BordersInactive statesPlaceholder text |
| 400 | DD57 #DD57F4 | Disabled statesSecondary iconsMuted text |
| 500 | D327 #D327F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | B50D #B50DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 900B #900BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6708 #670878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4205 #42054D | Primary textHigh emphasis contentDark headings |
| 950 | 2903 #290330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FCF1FE;
--indigo-100: #F8DDFD;
--indigo-200: #F2C1FB;
--indigo-300: #E891F8;
--indigo-400: #DD57F4;
--indigo-500: #D327F1;
--indigo-600: #B50DD3;
--indigo-700: #900BA8;
--indigo-800: #670878;
--indigo-900: #42054D;
--indigo-950: #290330;
}