Indigo
#3F0052
PinkColor Codes
All color formats for development
HEX
#3F0052RGB
rgb(63, 0, 82)HSL
hsl(286, 100%, 16%)OKLCH
oklch(0.274 0.134 315.8)CMYK
cmyk(23%, 100%, 0%, 68%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#380049
2#320041
3#2C0039
4#260031
5#1F0029
6#190021
7#130018
8#0D0010
9#060008
Tints
Lighter variations
1#5F007C
2#8000A7
3#A100D2
4#C200FD
5#CD29FF
6#D754FF
7#E17EFF
8#EBA9FF
9#F5D4FF
Tones
Muted variations
1#3C044E
2#3A0849
3#380C45
4#361041
5#34143D
6#321839
7#2F1D35
8#2D2131
9#2B252D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF0 #FBF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F7DB #F7DBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F0BD #F0BDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | E48A #E48AFF | BordersInactive statesPlaceholder text |
| 400 | D54D #D54DFF | Disabled statesSecondary iconsMuted text |
| 500 | C91A #C91AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | AC00 #AC00E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8900 #8900B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6200 #620080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3F00 #3F0052 | Primary textHigh emphasis contentDark headings |
| 950 | 2700 #270033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FBF0FF;
--indigo-100: #F7DBFF;
--indigo-200: #F0BDFF;
--indigo-300: #E48AFF;
--indigo-400: #D54DFF;
--indigo-500: #C91AFF;
--indigo-600: #AC00E0;
--indigo-700: #8900B3;
--indigo-800: #620080;
--indigo-900: #3F0052;
--indigo-950: #270033;
}