Indigo
#3E074A
PinkColor Codes
All color formats for development
HEX
#3E074ARGB
rgb(62, 7, 74)HSL
hsl(289, 83%, 16%)OKLCH
oklch(0.271 0.119 319.4)CMYK
cmyk(16%, 91%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#380643
2#32063C
3#2C0534
4#25042D
5#1F0325
6#19031E
7#130216
8#0C010F
9#060107
Tints
Lighter variations
1#5F0B72
2#800E99
3#A012C0
4#C116E7
5#CC3BED
6#D662F0
7#E189F4
8#EBB1F8
9#F5D8FB
Tones
Muted variations
1#3C0A47
2#3A0E44
3#381141
4#36143D
5#34183A
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 | F7DE #F7DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | EFC2 #EFC2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | E394 #E394F5 | BordersInactive statesPlaceholder text |
| 400 | D55C #D55CF0 | Disabled statesSecondary iconsMuted text |
| 500 | C92D #C92DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | AB13 #AB13CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 880F #880FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 610B #610B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3E07 #3E074B | Primary textHigh emphasis contentDark headings |
| 950 | 2704 #27042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FBF1FE;
--indigo-100: #F7DEFC;
--indigo-200: #EFC2F9;
--indigo-300: #E394F5;
--indigo-400: #D55CF0;
--indigo-500: #C92DEB;
--indigo-600: #AB13CD;
--indigo-700: #880FA3;
--indigo-800: #610B75;
--indigo-900: #3E074B;
--indigo-950: #27042F;
}