Indigo
#4B0643
PinkColor Codes
All color formats for development
HEX
#4B0643RGB
rgb(75, 6, 67)HSL
hsl(307, 85%, 16%)OKLCH
oklch(0.289 0.12 333.8)CMYK
cmyk(0%, 92%, 11%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#44063D
2#3C0536
3#35042F
4#2D0428
5#260322
6#1E021B
7#170214
8#0F010D
9#080107
Tints
Lighter variations
1#730967
2#9B0D8A
3#C210AE
4#EA13D1
5#EF39DA
6#F260E1
7#F588E9
8#F9B0F0
9#FCD7F8
Tones
Muted variations
1#480A41
2#450D3E
3#41113B
4#3E1439
5#3A1736
6#371B33
7#331E31
8#30222E
9#2C252B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCDE #FCDEF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FAC2 #FAC2F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F692 #F692EB | BordersInactive statesPlaceholder text |
| 400 | F25A #F25AE0 | Disabled statesSecondary iconsMuted text |
| 500 | EE2B #EE2BD7 | Primary brand colorCTAsActive elementsLinks |
| 600 | D011 #D011B9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A50D #A50D93 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 760A #760A69 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B06 #4B0643 | Primary textHigh emphasis contentDark headings |
| 950 | 2F04 #2F042A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FEF1FC;
--indigo-100: #FCDEF9;
--indigo-200: #FAC2F3;
--indigo-300: #F692EB;
--indigo-400: #F25AE0;
--indigo-500: #EE2BD7;
--indigo-600: #D011B9;
--indigo-700: #A50D93;
--indigo-800: #760A69;
--indigo-900: #4B0643;
--indigo-950: #2F042A;
}