Indigo
#3A064B
PinkColor Codes
All color formats for development
HEX
#3A064BRGB
rgb(58, 6, 75)HSL
hsl(285, 85%, 16%)OKLCH
oklch(0.265 0.119 315.6)CMYK
cmyk(23%, 92%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#340644
2#2F053C
3#290435
4#23042D
5#1D0326
6#17021E
7#110217
8#0C010F
9#060108
Tints
Lighter variations
1#590973
2#770D9B
3#9610C2
4#B413EA
5#C139EF
6#CE60F2
7#DA88F5
8#E6B0F9
9#F3D7FC
Tones
Muted variations
1#380A48
2#370D45
3#351141
4#33143E
5#31173A
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 | ECC2 #ECC2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | DD92 #DD92F6 | BordersInactive statesPlaceholder text |
| 400 | CC5A #CC5AF2 | Disabled statesSecondary iconsMuted text |
| 500 | BD2B #BD2BEE | Primary brand colorCTAsActive elementsLinks |
| 600 | A011 #A011D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7F0D #7F0DA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5B0A #5B0A76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3A06 #3A064B | 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: #ECC2FA;
--indigo-300: #DD92F6;
--indigo-400: #CC5AF2;
--indigo-500: #BD2BEE;
--indigo-600: #A011D0;
--indigo-700: #7F0DA5;
--indigo-800: #5B0A76;
--indigo-900: #3A064B;
--indigo-950: #24042F;
}