Indigo
#3D024F
PinkColor Codes
All color formats for development
HEX
#3D024FRGB
rgb(61, 2, 79)HSL
hsl(286, 95%, 16%)OKLCH
oklch(0.269 0.129 315.9)CMYK
cmyk(23%, 97%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#370248
2#310240
3#2B0138
4#250130
5#1F0128
6#190120
7#120118
8#0C0010
9#060008
Tints
Lighter variations
1#5E0379
2#7E04A3
3#9E05CD
4#BF06F7
5#CA2EFA
6#D558FB
7#DF82FC
8#EAABFD
9#F4D5FE
Tones
Muted variations
1#3B064C
2#390A48
3#370E44
4#351240
5#33153C
6#311938
7#2F1D34
8#2D2131
9#2B252D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF0 #FBF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F6DC #F6DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | EFBE #EFBEFD | Secondary backgroundsInput backgroundsDividers |
| 300 | E28D #E28DFC | BordersInactive statesPlaceholder text |
| 400 | D351 #D351FB | Disabled statesSecondary iconsMuted text |
| 500 | C61F #C61FF9 | Primary brand colorCTAsActive elementsLinks |
| 600 | A906 #A906DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8604 #8604AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6003 #60037C | Text on light backgroundsHeadingsStrong borders |
| 900 | 3D02 #3D0250 | Primary textHigh emphasis contentDark headings |
| 950 | 2601 #260132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FBF0FF;
--indigo-100: #F6DCFE;
--indigo-200: #EFBEFD;
--indigo-300: #E28DFC;
--indigo-400: #D351FB;
--indigo-500: #C61FF9;
--indigo-600: #A906DB;
--indigo-700: #8604AE;
--indigo-800: #60037C;
--indigo-900: #3D0250;
--indigo-950: #260132;
}