Indigo
#3D074B
PinkColor Codes
All color formats for development
HEX
#3D074BRGB
rgb(61, 7, 75)HSL
hsl(288, 83%, 16%)OKLCH
oklch(0.271 0.119 317.9)CMYK
cmyk(19%, 91%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#370643
2#31063C
3#2B0534
4#25042D
5#1F0325
6#18031E
7#120216
8#0C010F
9#060107
Tints
Lighter variations
1#5D0B72
2#7D0E99
3#9D12C0
4#BD16E7
5#C93BED
6#D462F0
7#DF89F4
8#E9B1F8
9#F4D8FB
Tones
Muted variations
1#3B0A47
2#390E44
3#371141
4#35143D
5#33183A
6#311B36
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 | EEC2 #EEC2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | E294 #E294F5 | BordersInactive statesPlaceholder text |
| 400 | D25C #D25CF0 | Disabled statesSecondary iconsMuted text |
| 500 | C52D #C52DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | A813 #A813CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 860F #860FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5F0B #5F0B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3D07 #3D074B | Primary textHigh emphasis contentDark headings |
| 950 | 2604 #26042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FBF1FE;
--indigo-100: #F6DEFC;
--indigo-200: #EEC2F9;
--indigo-300: #E294F5;
--indigo-400: #D25CF0;
--indigo-500: #C52DEB;
--indigo-600: #A813CD;
--indigo-700: #860FA3;
--indigo-800: #5F0B75;
--indigo-900: #3D074B;
--indigo-950: #26042F;
}