Indigo
#3E034F
PinkColor Codes
All color formats for development
HEX
#3E034FRGB
rgb(62, 3, 79)HSL
hsl(287, 93%, 16%)OKLCH
oklch(0.272 0.128 316.6)CMYK
cmyk(22%, 96%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#380347
2#32023F
3#2C0237
4#25022F
5#1F0127
6#19011F
7#130118
8#0C0110
9#060008
Tints
Lighter variations
1#5F0478
2#8006A1
3#A007CB
4#C109F4
5#CC30F8
6#D65AF9
7#E183FB
8#EBACFC
9#F5D6FE
Tones
Muted variations
1#3C074B
2#3A0A47
3#380E43
4#361240
5#34163C
6#311A38
7#2F1D34
8#2D2130
9#2B252D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF0 #FBF0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F7DD #F7DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | EFBF #EFBFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | E38E #E38EFB | BordersInactive statesPlaceholder text |
| 400 | D553 #D553F9 | Disabled statesSecondary iconsMuted text |
| 500 | C922 #C922F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | AB08 #AB08D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8806 #8806AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6104 #61047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 3E03 #3E034F | Primary textHigh emphasis contentDark headings |
| 950 | 2702 #270231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FBF0FE;
--indigo-100: #F7DDFE;
--indigo-200: #EFBFFD;
--indigo-300: #E38EFB;
--indigo-400: #D553F9;
--indigo-500: #C922F7;
--indigo-600: #AB08D9;
--indigo-700: #8806AC;
--indigo-800: #61047B;
--indigo-900: #3E034F;
--indigo-950: #270231;
}