Indigo
#40074A
PinkColor Codes
All color formats for development
HEX
#40074ARGB
rgb(64, 7, 74)HSL
hsl(291, 83%, 16%)OKLCH
oklch(0.275 0.12 320.9)CMYK
cmyk(14%, 91%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3A0643
2#34063C
3#2D0534
4#27042D
5#200325
6#1A031E
7#130216
8#0D010F
9#060107
Tints
Lighter variations
1#620B72
2#840E99
3#A612C0
4#C816E7
5#D23BED
6#DB62F0
7#E489F4
8#EDB1F8
9#F6D8FB
Tones
Muted variations
1#3E0A47
2#3C0E44
3#391141
4#37143D
5#35183A
6#321B36
7#301F33
8#2E2230
9#2B252C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF1 #FCF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F8DE #F8DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | F1C2 #F1C2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | E694 #E694F5 | BordersInactive statesPlaceholder text |
| 400 | DA5C #DA5CF0 | Disabled statesSecondary iconsMuted text |
| 500 | CF2D #CF2DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | B113 #B113CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8D0F #8D0FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 650B #650B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4107 #41074B | 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: #F8DEFC;
--indigo-200: #F1C2F9;
--indigo-300: #E694F5;
--indigo-400: #DA5CF0;
--indigo-500: #CF2DEB;
--indigo-600: #B113CD;
--indigo-700: #8D0FA3;
--indigo-800: #650B75;
--indigo-900: #41074B;
--indigo-950: #28042F;
}