Indigo
#3C034F
PinkColor Codes
All color formats for development
HEX
#3C034FRGB
rgb(60, 3, 79)HSL
hsl(285, 93%, 16%)OKLCH
oklch(0.269 0.127 315)CMYK
cmyk(24%, 96%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#360347
2#30023F
3#2A0237
4#24022F
5#1E0127
6#18011F
7#120118
8#0C0110
9#060008
Tints
Lighter variations
1#5B0478
2#7B06A1
3#9A07CB
4#B909F4
5#C630F8
6#D15AF9
7#DD83FB
8#E8ACFC
9#F4D6FE
Tones
Muted variations
1#3A074B
2#380A47
3#360E43
4#341240
5#32163C
6#301A38
7#2E1D34
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 | F5DD #F5DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | EDBF #EDBFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | E08E #E08EFB | BordersInactive statesPlaceholder text |
| 400 | CF53 #CF53F9 | Disabled statesSecondary iconsMuted text |
| 500 | C222 #C222F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | A408 #A408D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8306 #8306AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5D04 #5D047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 3C03 #3C034F | Primary textHigh emphasis contentDark headings |
| 950 | 2502 #250231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FBF0FE;
--indigo-100: #F5DDFE;
--indigo-200: #EDBFFD;
--indigo-300: #E08EFB;
--indigo-400: #CF53F9;
--indigo-500: #C222F7;
--indigo-600: #A408D9;
--indigo-700: #8306AC;
--indigo-800: #5D047B;
--indigo-900: #3C034F;
--indigo-950: #250231;
}