Indigo
#3A074B
PinkColor Codes
All color formats for development
HEX
#3A074BRGB
rgb(58, 7, 75)HSL
hsl(285, 83%, 16%)OKLCH
oklch(0.266 0.118 315.5)CMYK
cmyk(23%, 91%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#340643
2#2E063C
3#280534
4#23042D
5#1D0325
6#17031E
7#110216
8#0C010F
9#060107
Tints
Lighter variations
1#580B72
2#760E99
3#9512C0
4#B316E7
5#C03BED
6#CD62F0
7#D989F4
8#E6B1F8
9#F2D8FB
Tones
Muted variations
1#380A47
2#360E44
3#351141
4#33143D
5#31183A
6#301B36
7#2E1F33
8#2C2230
9#2A252C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF1 #FBF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F5DE #F5DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | ECC2 #ECC2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | DD94 #DD94F5 | BordersInactive statesPlaceholder text |
| 400 | CB5C #CB5CF0 | Disabled statesSecondary iconsMuted text |
| 500 | BC2D #BC2DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 9F13 #9F13CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7E0F #7E0FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5A0B #5A0B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3A07 #3A074B | Primary textHigh emphasis contentDark headings |
| 950 | 2404 #24042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FBF1FE;
--indigo-100: #F5DEFC;
--indigo-200: #ECC2F9;
--indigo-300: #DD94F5;
--indigo-400: #CB5CF0;
--indigo-500: #BC2DEB;
--indigo-600: #9F13CD;
--indigo-700: #7E0FA3;
--indigo-800: #5A0B75;
--indigo-900: #3A074B;
--indigo-950: #24042F;
}