Indigo
#3C044E
PinkColor Codes
All color formats for development
HEX
#3C044ERGB
rgb(60, 4, 78)HSL
hsl(285, 90%, 16%)OKLCH
oklch(0.269 0.125 315.5)CMYK
cmyk(23%, 95%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#350446
2#2F033E
3#290336
4#23022F
5#1E0227
6#18021F
7#120117
8#0C0110
9#060008
Tints
Lighter variations
1#5A0676
2#79089F
3#980BC8
4#B70DF0
5#C434F4
6#D05CF6
7#DC85F9
8#E7AEFB
9#F3D6FD
Tones
Muted variations
1#39084A
2#370B46
3#360F43
4#34133F
5#32163B
6#301A37
7#2E1E34
8#2C2130
9#2B252C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF0 #FBF0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F5DD #F5DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | EDC0 #EDC0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | DF90 #DF90F9 | BordersInactive statesPlaceholder text |
| 400 | CE55 #CE55F6 | Disabled statesSecondary iconsMuted text |
| 500 | C025 #C025F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | A30B #A30BD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8109 #8109AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5C06 #5C0679 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3B04 #3B044E | Primary textHigh emphasis contentDark headings |
| 950 | 2503 #250330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FBF0FE;
--indigo-100: #F5DDFD;
--indigo-200: #EDC0FC;
--indigo-300: #DF90F9;
--indigo-400: #CE55F6;
--indigo-500: #C025F4;
--indigo-600: #A30BD5;
--indigo-700: #8109AA;
--indigo-800: #5C0679;
--indigo-900: #3B044E;
--indigo-950: #250330;
}