Indigo
#41044E
PinkColor Codes
All color formats for development
HEX
#41044ERGB
rgb(65, 4, 78)HSL
hsl(289, 90%, 16%)OKLCH
oklch(0.277 0.127 319.3)CMYK
cmyk(17%, 95%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3A0446
2#33033E
3#2D0336
4#26022F
5#200227
6#1A021F
7#130117
8#0D0110
9#060008
Tints
Lighter variations
1#620676
2#83089F
3#A50BC8
4#C70DF0
5#D134F4
6#DA5CF6
7#E385F9
8#EDAEFB
9#F6D6FD
Tones
Muted variations
1#3E084A
2#3B0B46
3#390F43
4#37133F
5#34163B
6#321A37
7#301E34
8#2D2130
9#2B252C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF0 #FCF0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F7DD #F7DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | F1C0 #F1C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | E690 #E690F9 | BordersInactive statesPlaceholder text |
| 400 | D955 #D955F6 | Disabled statesSecondary iconsMuted text |
| 500 | CE25 #CE25F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | B00B #B00BD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8C09 #8C09AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6406 #640679 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4004 #40044E | Primary textHigh emphasis contentDark headings |
| 950 | 2803 #280330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FCF0FE;
--indigo-100: #F7DDFD;
--indigo-200: #F1C0FC;
--indigo-300: #E690F9;
--indigo-400: #D955F6;
--indigo-500: #CE25F4;
--indigo-600: #B00BD5;
--indigo-700: #8C09AA;
--indigo-800: #640679;
--indigo-900: #40044E;
--indigo-950: #280330;
}