Indigo
#3F084A
PinkColor Codes
All color formats for development
HEX
#3F084ARGB
rgb(63, 8, 74)HSL
hsl(290, 80%, 16%)OKLCH
oklch(0.274 0.118 320.1)CMYK
cmyk(15%, 89%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#380742
2#32073B
3#2C0633
4#26052C
5#1F0425
6#19031D
7#130216
8#0D020F
9#060107
Tints
Lighter variations
1#5F0C70
2#801197
3#A115BD
4#C219E4
5#CD3EEA
6#D765EE
7#E18BF2
8#EBB2F6
9#F5D8FB
Tones
Muted variations
1#3C0B46
2#3A0F43
3#381240
4#36153C
5#341839
6#321C36
7#2F1F33
8#2D222F
9#2B262C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF1 #FBF1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F7DF #F7DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | F0C3 #F0C3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | E495 #E495F3 | BordersInactive statesPlaceholder text |
| 400 | D55E #D55EED | Disabled statesSecondary iconsMuted text |
| 500 | C930 #C930E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | AC16 #AC16CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8912 #8912A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 620D #620D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3F08 #3F0849 | Primary textHigh emphasis contentDark headings |
| 950 | 2705 #27052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FBF1FD;
--indigo-100: #F7DFFB;
--indigo-200: #F0C3F8;
--indigo-300: #E495F3;
--indigo-400: #D55EED;
--indigo-500: #C930E8;
--indigo-600: #AC16CA;
--indigo-700: #8912A1;
--indigo-800: #620D73;
--indigo-900: #3F0849;
--indigo-950: #27052E;
}