Indigo
#3F0250
PinkColor Codes
All color formats for development
HEX
#3F0250RGB
rgb(63, 2, 80)HSL
hsl(287, 95%, 16%)OKLCH
oklch(0.274 0.13 316.8)CMYK
cmyk(21%, 98%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#380248
2#320240
3#2C0138
4#260130
5#1F0128
6#190120
7#130118
8#0D0010
9#060008
Tints
Lighter variations
1#600379
2#8104A3
3#A205CD
4#C306F7
5#CE2EFA
6#D758FB
7#E182FC
8#EBABFD
9#F5D5FE
Tones
Muted variations
1#3D064C
2#3A0A48
3#380E44
4#361240
5#34153C
6#321938
7#2F1D34
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 | F7DC #F7DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F0BE #F0BEFD | Secondary backgroundsInput backgroundsDividers |
| 300 | E48D #E48DFC | BordersInactive statesPlaceholder text |
| 400 | D651 #D651FB | Disabled statesSecondary iconsMuted text |
| 500 | CA1F #CA1FF9 | Primary brand colorCTAsActive elementsLinks |
| 600 | AD06 #AD06DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8904 #8904AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6203 #62037C | Text on light backgroundsHeadingsStrong borders |
| 900 | 3F02 #3F0250 | Primary textHigh emphasis contentDark headings |
| 950 | 2701 #270132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FBF0FF;
--indigo-100: #F7DCFE;
--indigo-200: #F0BEFD;
--indigo-300: #E48DFC;
--indigo-400: #D651FB;
--indigo-500: #CA1FF9;
--indigo-600: #AD06DB;
--indigo-700: #8904AE;
--indigo-800: #62037C;
--indigo-900: #3F0250;
--indigo-950: #270132;
}