Indigo
#430250
PinkColor Codes
All color formats for development
HEX
#430250RGB
rgb(67, 2, 80)HSL
hsl(290, 95%, 16%)OKLCH
oklch(0.281 0.132 319.7)CMYK
cmyk(16%, 98%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3C0248
2#350240
3#2F0138
4#280130
5#210128
6#1B0120
7#140118
8#0D0010
9#070008
Tints
Lighter variations
1#660379
2#8904A3
3#AC05CD
4#CF06F7
5#D82EFA
6#E058FB
7#E782FC
8#EFABFD
9#F7D5FE
Tones
Muted variations
1#40064C
2#3D0A48
3#3B0E44
4#381240
5#36153C
6#331938
7#311D34
8#2E2131
9#2B252D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF0 #FCF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F8DC #F8DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F3BE #F3BEFD | Secondary backgroundsInput backgroundsDividers |
| 300 | E98D #E98DFC | BordersInactive statesPlaceholder text |
| 400 | DE51 #DE51FB | Disabled statesSecondary iconsMuted text |
| 500 | D51F #D51FF9 | Primary brand colorCTAsActive elementsLinks |
| 600 | B706 #B706DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9204 #9204AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6803 #68037C | Text on light backgroundsHeadingsStrong borders |
| 900 | 4302 #430250 | Primary textHigh emphasis contentDark headings |
| 950 | 2A01 #2A0132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FCF0FF;
--indigo-100: #F8DCFE;
--indigo-200: #F3BEFD;
--indigo-300: #E98DFC;
--indigo-400: #DE51FB;
--indigo-500: #D51FF9;
--indigo-600: #B706DB;
--indigo-700: #9204AE;
--indigo-800: #68037C;
--indigo-900: #430250;
--indigo-950: #2A0132;
}