Indigo
#50023B
PinkColor Codes
All color formats for development
HEX
#50023BRGB
rgb(80, 2, 59)HSL
hsl(316, 95%, 16%)OKLCH
oklch(0.291 0.122 342.9)CMYK
cmyk(0%, 98%, 26%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#480235
2#40022F
3#380129
4#300123
5#28011D
6#200118
7#180112
8#10000C
9#080006
Tints
Lighter variations
1#79035A
2#A30479
3#CD0598
4#F706B7
5#FA2EC3
6#FB58CF
7#FC82DB
8#FDABE7
9#FED5F3
Tones
Muted variations
1#4C0639
2#480A37
3#440E35
4#401234
5#3C1532
6#381930
7#341D2E
8#31212C
9#2D252B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDC #FEDCF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDBE #FDBEED | Secondary backgroundsInput backgroundsDividers |
| 300 | FC8D #FC8DDE | BordersInactive statesPlaceholder text |
| 400 | FB51 #FB51CD | Disabled statesSecondary iconsMuted text |
| 500 | F91F #F91FBF | Primary brand colorCTAsActive elementsLinks |
| 600 | DB06 #DB06A2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AE04 #AE0481 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7C03 #7C035C | Text on light backgroundsHeadingsStrong borders |
| 900 | 5002 #50023B | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #320125 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FFF0FB;
--indigo-100: #FEDCF5;
--indigo-200: #FDBEED;
--indigo-300: #FC8DDE;
--indigo-400: #FB51CD;
--indigo-500: #F91FBF;
--indigo-600: #DB06A2;
--indigo-700: #AE0481;
--indigo-800: #7C035C;
--indigo-900: #50023B;
--indigo-950: #320125;
}