Indigo
#41064B
PinkColor Codes
All color formats for development
HEX
#41064BRGB
rgb(65, 6, 75)HSL
hsl(291, 85%, 16%)OKLCH
oklch(0.277 0.122 321.1)CMYK
cmyk(13%, 92%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3B0644
2#34053C
3#2E0435
4#27042D
5#210326
6#1A021E
7#140217
8#0D010F
9#070108
Tints
Lighter variations
1#630973
2#850D9B
3#A810C2
4#CA13EA
5#D439EF
6#DC60F2
7#E588F5
8#EEB0F9
9#F6D7FC
Tones
Muted variations
1#3F0A48
2#3C0D45
3#3A1141
4#37143E
5#35173A
6#331B37
7#301E33
8#2E2230
9#2B252C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF1 #FCF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F8DE #F8DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | F2C2 #F2C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | E792 #E792F6 | BordersInactive statesPlaceholder text |
| 400 | DB5A #DB5AF2 | Disabled statesSecondary iconsMuted text |
| 500 | D12B #D12BEE | Primary brand colorCTAsActive elementsLinks |
| 600 | B311 #B311D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8E0D #8E0DA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 660A #660A76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4106 #41064B | Primary textHigh emphasis contentDark headings |
| 950 | 2904 #29042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FCF1FE;
--indigo-100: #F8DEFC;
--indigo-200: #F2C2FA;
--indigo-300: #E792F6;
--indigo-400: #DB5AF2;
--indigo-500: #D12BEE;
--indigo-600: #B311D0;
--indigo-700: #8E0DA5;
--indigo-800: #660A76;
--indigo-900: #41064B;
--indigo-950: #29042F;
}