Indigo
#3B064B
PinkColor Codes
All color formats for development
HEX
#3B064BRGB
rgb(59, 6, 75)HSL
hsl(286, 85%, 16%)OKLCH
oklch(0.266 0.12 316.4)CMYK
cmyk(21%, 92%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#350644
2#2F053C
3#2A0435
4#24042D
5#1E0326
6#18021E
7#120217
8#0C010F
9#060108
Tints
Lighter variations
1#5A0973
2#7A0D9B
3#9910C2
4#B813EA
5#C439EF
6#D060F2
7#DC88F5
8#E8B0F9
9#F3D7FC
Tones
Muted variations
1#390A48
2#380D45
3#361141
4#34143E
5#32173A
6#301B37
7#2E1E33
8#2C2230
9#2B252C
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 | EDC2 #EDC2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | DF92 #DF92F6 | BordersInactive statesPlaceholder text |
| 400 | CE5A #CE5AF2 | Disabled statesSecondary iconsMuted text |
| 500 | C02B #C02BEE | Primary brand colorCTAsActive elementsLinks |
| 600 | A311 #A311D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 820D #820DA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5D0A #5D0A76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3B06 #3B064B | Primary textHigh emphasis contentDark headings |
| 950 | 2504 #25042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FBF1FE;
--indigo-100: #F5DEFC;
--indigo-200: #EDC2FA;
--indigo-300: #DF92F6;
--indigo-400: #CE5AF2;
--indigo-500: #C02BEE;
--indigo-600: #A311D0;
--indigo-700: #820DA5;
--indigo-800: #5D0A76;
--indigo-900: #3B064B;
--indigo-950: #25042F;
}