Indigo
#3F074A
PinkColor Codes
All color formats for development
HEX
#3F074ARGB
rgb(63, 7, 74)HSL
hsl(290, 83%, 16%)OKLCH
oklch(0.273 0.119 320.2)CMYK
cmyk(15%, 91%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#390643
2#33063C
3#2C0534
4#26042D
5#200325
6#19031E
7#130216
8#0D010F
9#060107
Tints
Lighter variations
1#610B72
2#820E99
3#A312C0
4#C416E7
5#CF3BED
6#D962F0
7#E289F4
8#ECB1F8
9#F5D8FB
Tones
Muted variations
1#3D0A47
2#3B0E44
3#391141
4#36143D
5#34183A
6#321B36
7#301F33
8#2D2230
9#2B252C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF1 #FCF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F7DE #F7DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | F0C2 #F0C2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | E594 #E594F5 | BordersInactive statesPlaceholder text |
| 400 | D75C #D75CF0 | Disabled statesSecondary iconsMuted text |
| 500 | CC2D #CC2DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | AE13 #AE13CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8B0F #8B0FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 630B #630B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3F07 #3F074B | Primary textHigh emphasis contentDark headings |
| 950 | 2804 #28042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FCF1FE;
--indigo-100: #F7DEFC;
--indigo-200: #F0C2F9;
--indigo-300: #E594F5;
--indigo-400: #D75CF0;
--indigo-500: #CC2DEB;
--indigo-600: #AE13CD;
--indigo-700: #8B0FA3;
--indigo-800: #630B75;
--indigo-900: #3F074B;
--indigo-950: #28042F;
}