Indigo
#4C0641
PinkColor Codes
All color formats for development
HEX
#4C0641RGB
rgb(76, 6, 65)HSL
hsl(309, 85%, 16%)OKLCH
oklch(0.29 0.119 336)CMYK
cmyk(0%, 92%, 14%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#44063B
2#3C0534
3#35042E
4#2D0427
5#260321
6#1E021A
7#170214
8#0F010D
9#080107
Tints
Lighter variations
1#730963
2#9B0D85
3#C210A8
4#EA13CA
5#EF39D4
6#F260DC
7#F588E5
8#F9B0EE
9#FCD7F6
Tones
Muted variations
1#480A3F
2#450D3C
3#41113A
4#3E1437
5#3A1735
6#371B33
7#331E30
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 #FCDEF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FAC2 #FAC2F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F692 #F692E7 | BordersInactive statesPlaceholder text |
| 400 | F25A #F25ADB | Disabled statesSecondary iconsMuted text |
| 500 | EE2B #EE2BD1 | Primary brand colorCTAsActive elementsLinks |
| 600 | D011 #D011B3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A50D #A50D8E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 760A #760A66 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B06 #4B0641 | Primary textHigh emphasis contentDark headings |
| 950 | 2F04 #2F0429 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FEF1FC;
--indigo-100: #FCDEF8;
--indigo-200: #FAC2F2;
--indigo-300: #F692E7;
--indigo-400: #F25ADB;
--indigo-500: #EE2BD1;
--indigo-600: #D011B3;
--indigo-700: #A50D8E;
--indigo-800: #760A66;
--indigo-900: #4B0641;
--indigo-950: #2F0429;
}