Indigo
#510147
PinkColor Codes
All color formats for development
HEX
#510147RGB
rgb(81, 1, 71)HSL
hsl(308, 98%, 16%)OKLCH
oklch(0.299 0.132 334.8)CMYK
cmyk(0%, 99%, 12%, 68%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#49013F
2#410138
3#390131
4#30002A
5#280023
6#20001C
7#180015
8#10000E
9#080007
Tints
Lighter variations
1#7B016B
2#A60290
3#D002B5
4#FA03D9
5#FD2BE1
6#FD55E7
7#FE80ED
8#FEAAF3
9#FFD5F9
Tones
Muted variations
1#4D0543
2#490940
3#450D3D
4#41113A
5#3D1537
6#391935
7#351D32
8#31212F
9#2D252C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFDC #FFDCFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEBD #FEBDF6 | Secondary backgroundsInput backgroundsDividers |
| 300 | FE8B #FE8BEE | BordersInactive statesPlaceholder text |
| 400 | FD4E #FD4EE6 | Disabled statesSecondary iconsMuted text |
| 500 | FD1C #FD1CDF | Primary brand colorCTAsActive elementsLinks |
| 600 | DE02 #DE02C1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B102 #B10299 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E01 #7E016E | Text on light backgroundsHeadingsStrong borders |
| 900 | 5101 #510146 | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #32012C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FFF0FD;
--indigo-100: #FFDCFA;
--indigo-200: #FEBDF6;
--indigo-300: #FE8BEE;
--indigo-400: #FD4EE6;
--indigo-500: #FD1CDF;
--indigo-600: #DE02C1;
--indigo-700: #B10299;
--indigo-800: #7E016E;
--indigo-900: #510146;
--indigo-950: #32012C;
}