Indigo
#3D054D
PinkColor Codes
All color formats for development
HEX
#3D054DRGB
rgb(61, 5, 77)HSL
hsl(287, 88%, 16%)OKLCH
oklch(0.27 0.124 316.8)CMYK
cmyk(21%, 94%, 0%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#370445
2#31043D
3#2B0336
4#25032E
5#1F0226
6#18021F
7#120117
8#0C010F
9#060008
Tints
Lighter variations
1#5D0775
2#7D0A9D
3#9D0DC6
4#BE0FEE
5#C936F2
6#D45EF5
7#DF86F7
8#EAAEFA
9#F4D7FC
Tones
Muted variations
1#3B0849
2#390C46
3#371042
4#35133E
5#33173B
6#311A37
7#2F1E34
8#2D2230
9#2B252C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF1 #FBF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F6DD #F6DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | EEC1 #EEC1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | E291 #E291F8 | BordersInactive statesPlaceholder text |
| 400 | D257 #D257F4 | Disabled statesSecondary iconsMuted text |
| 500 | C527 #C527F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | A80D #A80DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 860B #860BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6008 #600878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3D05 #3D054D | Primary textHigh emphasis contentDark headings |
| 950 | 2603 #260330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FBF1FE;
--indigo-100: #F6DDFD;
--indigo-200: #EEC1FB;
--indigo-300: #E291F8;
--indigo-400: #D257F4;
--indigo-500: #C527F1;
--indigo-600: #A80DD3;
--indigo-700: #860BA8;
--indigo-800: #600878;
--indigo-900: #3D054D;
--indigo-950: #260330;
}