Indigo
#41044D
PinkColor Codes
All color formats for development
HEX
#41044DRGB
rgb(65, 4, 77)HSL
hsl(290, 90%, 16%)OKLCH
oklch(0.276 0.126 320)CMYK
cmyk(16%, 95%, 0%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3B0446
2#34033E
3#2E0336
4#27022F
5#210227
6#1A021F
7#140117
8#0D0110
9#070008
Tints
Lighter variations
1#640676
2#86089F
3#A80BC8
4#CA0DF0
5#D434F4
6#DD5CF6
7#E585F9
8#EEAEFB
9#F6D6FD
Tones
Muted variations
1#3F084A
2#3C0B46
3#3A0F43
4#37133F
5#35163B
6#331A37
7#301E34
8#2E2130
9#2B252C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF0 #FCF0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F8DD #F8DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | F2C0 #F2C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | E890 #E890F9 | BordersInactive statesPlaceholder text |
| 400 | DB55 #DB55F6 | Disabled statesSecondary iconsMuted text |
| 500 | D125 #D125F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | B40B #B40BD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8F09 #8F09AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6606 #660679 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4104 #41044E | Primary textHigh emphasis contentDark headings |
| 950 | 2903 #290330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FCF0FE;
--indigo-100: #F8DDFD;
--indigo-200: #F2C0FC;
--indigo-300: #E890F9;
--indigo-400: #DB55F6;
--indigo-500: #D125F4;
--indigo-600: #B40BD5;
--indigo-700: #8F09AA;
--indigo-800: #660679;
--indigo-900: #41044E;
--indigo-950: #290330;
}