Indigo
#47034E
PinkColor Codes
All color formats for development
HEX
#47034ERGB
rgb(71, 3, 78)HSL
hsl(294, 93%, 16%)OKLCH
oklch(0.287 0.131 323.7)CMYK
cmyk(9%, 96%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#400347
2#39023F
3#320237
4#2B022F
5#240127
6#1C011F
7#150118
8#0E0110
9#070008
Tints
Lighter variations
1#6D0478
2#9206A1
3#B707CB
4#DD09F4
5#E430F8
6#E95AF9
7#EF83FB
8#F4ACFC
9#FAD6FE
Tones
Muted variations
1#44074B
2#410A47
3#3E0E43
4#3B1240
5#38163C
6#351A38
7#321D34
8#2F2130
9#2C252D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF0 #FDF0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FADD #FADDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7BF #F7BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | F08E #F08EFB | BordersInactive statesPlaceholder text |
| 400 | E853 #E853F9 | Disabled statesSecondary iconsMuted text |
| 500 | E222 #E222F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | C408 #C408D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9C06 #9C06AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6F04 #6F047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4703 #47034F | Primary textHigh emphasis contentDark headings |
| 950 | 2C02 #2C0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FDF0FE;
--indigo-100: #FADDFE;
--indigo-200: #F7BFFD;
--indigo-300: #F08EFB;
--indigo-400: #E853F9;
--indigo-500: #E222F7;
--indigo-600: #C408D9;
--indigo-700: #9C06AC;
--indigo-800: #6F047B;
--indigo-900: #47034F;
--indigo-950: #2C0231;
}