Indigo
#3C074A
PinkColor Codes
All color formats for development
HEX
#3C074ARGB
rgb(60, 7, 74)HSL
hsl(287, 83%, 16%)OKLCH
oklch(0.268 0.118 317.8)CMYK
cmyk(19%, 91%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#360643
2#30063C
3#2A0534
4#24042D
5#1E0325
6#18031E
7#120216
8#0C010F
9#060107
Tints
Lighter variations
1#5B0B72
2#7B0E99
3#9A12C0
4#BA16E7
5#C63BED
6#D262F0
7#DD89F4
8#E8B1F8
9#F4D8FB
Tones
Muted variations
1#3A0A47
2#380E44
3#361141
4#34143D
5#32183A
6#301B36
7#2F1F33
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 | F6DE #F6DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | EDC2 #EDC2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | E094 #E094F5 | BordersInactive statesPlaceholder text |
| 400 | D05C #D05CF0 | Disabled statesSecondary iconsMuted text |
| 500 | C22D #C22DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | A513 #A513CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 830F #830FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5E0B #5E0B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3C07 #3C074B | Primary textHigh emphasis contentDark headings |
| 950 | 2504 #25042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FBF1FE;
--indigo-100: #F6DEFC;
--indigo-200: #EDC2F9;
--indigo-300: #E094F5;
--indigo-400: #D05CF0;
--indigo-500: #C22DEB;
--indigo-600: #A513CD;
--indigo-700: #830FA3;
--indigo-800: #5E0B75;
--indigo-900: #3C074B;
--indigo-950: #25042F;
}