Indigo
#4B064A
PinkColor Codes
All color formats for development
HEX
#4B064ARGB
rgb(75, 6, 74)HSL
hsl(301, 85%, 16%)OKLCH
oklch(0.294 0.126 328.9)CMYK
cmyk(0%, 92%, 1%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#440643
2#3C053B
3#350434
4#2D042D
5#260325
6#1E021E
7#170216
8#0F010F
9#080107
Tints
Lighter variations
1#730971
2#9B0D98
3#C210BF
4#EA13E6
5#EF39EC
6#F260F0
7#F588F4
8#F9B0F7
9#FCD7FB
Tones
Muted variations
1#480A47
2#450D44
3#411140
4#3E143D
5#3A173A
6#371B36
7#331E33
8#302230
9#2C252C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCDE #FCDEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FAC2 #FAC2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | F692 #F692F5 | BordersInactive statesPlaceholder text |
| 400 | F25A #F25AEF | Disabled statesSecondary iconsMuted text |
| 500 | EE2B #EE2BEB | Primary brand colorCTAsActive elementsLinks |
| 600 | D011 #D011CC | Hover statesFocus ringsPrimary buttons hover |
| 700 | A50D #A50DA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 760A #760A74 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B06 #4B064A | Primary textHigh emphasis contentDark headings |
| 950 | 2F04 #2F042E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FEF1FE;
--indigo-100: #FCDEFC;
--indigo-200: #FAC2F9;
--indigo-300: #F692F5;
--indigo-400: #F25AEF;
--indigo-500: #EE2BEB;
--indigo-600: #D011CC;
--indigo-700: #A50DA3;
--indigo-800: #760A74;
--indigo-900: #4B064A;
--indigo-950: #2F042E;
}