Indigo
#48044E
PinkColor Codes
All color formats for development
HEX
#48044ERGB
rgb(72, 4, 78)HSL
hsl(295, 90%, 16%)OKLCH
oklch(0.29 0.13 324.3)CMYK
cmyk(8%, 95%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#400446
2#39033E
3#320336
4#2B022F
5#240227
6#1D021F
7#150117
8#0E0110
9#070008
Tints
Lighter variations
1#6D0676
2#92089F
3#B80BC8
4#DD0DF0
5#E434F4
6#EA5CF6
7#EF85F9
8#F4AEFB
9#FAD6FD
Tones
Muted variations
1#44084A
2#410B46
3#3E0F43
4#3B133F
5#38163B
6#351A37
7#321E34
8#2F2130
9#2C252C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF0 #FDF0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDD #FBDDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C0 #F7C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | F090 #F090F9 | BordersInactive statesPlaceholder text |
| 400 | E955 #E955F6 | Disabled statesSecondary iconsMuted text |
| 500 | E225 #E225F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | C40B #C40BD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9C09 #9C09AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7006 #700679 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4704 #47044E | Primary textHigh emphasis contentDark headings |
| 950 | 2D03 #2D0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FDF0FE;
--indigo-100: #FBDDFD;
--indigo-200: #F7C0FC;
--indigo-300: #F090F9;
--indigo-400: #E955F6;
--indigo-500: #E225F4;
--indigo-600: #C40BD5;
--indigo-700: #9C09AA;
--indigo-800: #700679;
--indigo-900: #47044E;
--indigo-950: #2D0330;
}