Indigo
#460151
PinkColor Codes
All color formats for development
HEX
#460151RGB
rgb(70, 1, 81)HSL
hsl(292, 98%, 16%)OKLCH
oklch(0.286 0.135 321.3)CMYK
cmyk(14%, 99%, 0%, 68%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3F0149
2#380141
3#310139
4#2A0030
5#230028
6#1C0020
7#150018
8#0E0010
9#070008
Tints
Lighter variations
1#6B017B
2#9002A6
3#B502D0
4#D903FA
5#E12BFD
6#E755FD
7#ED80FE
8#F3AAFE
9#F9D5FF
Tones
Muted variations
1#43054D
2#400949
3#3D0D45
4#3A1141
5#37153D
6#351939
7#321D35
8#2F2131
9#2C252D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF0 #FDF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FADC #FADCFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6BD #F6BDFE | Secondary backgroundsInput backgroundsDividers |
| 300 | EE8B #EE8BFE | BordersInactive statesPlaceholder text |
| 400 | E64E #E64EFD | Disabled statesSecondary iconsMuted text |
| 500 | DF1C #DF1CFD | Primary brand colorCTAsActive elementsLinks |
| 600 | C102 #C102DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9902 #9902B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E01 #6E017E | Text on light backgroundsHeadingsStrong borders |
| 900 | 4601 #460151 | Primary textHigh emphasis contentDark headings |
| 950 | 2C01 #2C0132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FDF0FF;
--indigo-100: #FADCFF;
--indigo-200: #F6BDFE;
--indigo-300: #EE8BFE;
--indigo-400: #E64EFD;
--indigo-500: #DF1CFD;
--indigo-600: #C102DE;
--indigo-700: #9902B1;
--indigo-800: #6E017E;
--indigo-900: #460151;
--indigo-950: #2C0132;
}