Indigo
#3E084A
PinkColor Codes
All color formats for development
HEX
#3E084ARGB
rgb(62, 8, 74)HSL
hsl(289, 80%, 16%)OKLCH
oklch(0.272 0.118 319.3)CMYK
cmyk(16%, 89%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#370742
2#31073B
3#2B0633
4#25052C
5#1F0425
6#19031D
7#120216
8#0C020F
9#060107
Tints
Lighter variations
1#5E0C70
2#7E1197
3#9E15BD
4#BF19E4
5#CA3EEA
6#D565EE
7#DF8BF2
8#EAB2F6
9#F4D8FB
Tones
Muted variations
1#3B0B46
2#390F43
3#371240
4#35153C
5#331839
6#311C36
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 | F6DF #F6DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | EFC3 #EFC3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | E295 #E295F3 | BordersInactive statesPlaceholder text |
| 400 | D35E #D35EED | Disabled statesSecondary iconsMuted text |
| 500 | C630 #C630E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | A916 #A916CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8612 #8612A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 600D #600D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3D08 #3D0849 | Primary textHigh emphasis contentDark headings |
| 950 | 2605 #26052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FBF1FD;
--indigo-100: #F6DFFB;
--indigo-200: #EFC3F8;
--indigo-300: #E295F3;
--indigo-400: #D35EED;
--indigo-500: #C630E8;
--indigo-600: #A916CA;
--indigo-700: #8612A1;
--indigo-800: #600D73;
--indigo-900: #3D0849;
--indigo-950: #26052E;
}