Indigo
#420250
PinkColor Codes
All color formats for development
HEX
#420250RGB
rgb(66, 2, 80)HSL
hsl(289, 95%, 16%)OKLCH
oklch(0.279 0.131 319)CMYK
cmyk(18%, 98%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3B0248
2#340240
3#2E0138
4#270130
5#210128
6#1A0120
7#140118
8#0D0010
9#070008
Tints
Lighter variations
1#640379
2#8604A3
3#A805CD
4#CB06F7
5#D42EFA
6#DD58FB
7#E582FC
8#EEABFD
9#F6D5FE
Tones
Muted variations
1#3F064C
2#3C0A48
3#3A0E44
4#381240
5#35153C
6#331938
7#301D34
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 | F2BE #F2BEFD | Secondary backgroundsInput backgroundsDividers |
| 300 | E88D #E88DFC | BordersInactive statesPlaceholder text |
| 400 | DB51 #DB51FB | Disabled statesSecondary iconsMuted text |
| 500 | D11F #D11FF9 | Primary brand colorCTAsActive elementsLinks |
| 600 | B406 #B406DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8F04 #8F04AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6603 #66037C | Text on light backgroundsHeadingsStrong borders |
| 900 | 4102 #410250 | Primary textHigh emphasis contentDark headings |
| 950 | 2901 #290132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FCF0FF;
--indigo-100: #F8DCFE;
--indigo-200: #F2BEFD;
--indigo-300: #E88DFC;
--indigo-400: #DB51FB;
--indigo-500: #D11FF9;
--indigo-600: #B406DB;
--indigo-700: #8F04AE;
--indigo-800: #66037C;
--indigo-900: #410250;
--indigo-950: #290132;
}