Indigo
#52003F
PinkColor Codes
All color formats for development
HEX
#52003FRGB
rgb(82, 0, 63)HSL
hsl(314, 100%, 16%)OKLCH
oklch(0.295 0.128 340.9)CMYK
cmyk(0%, 100%, 23%, 68%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#490038
2#410032
3#39002C
4#310026
5#29001F
6#210019
7#180013
8#10000D
9#080006
Tints
Lighter variations
1#7C005F
2#A70080
3#D200A1
4#FD00C2
5#FF29CD
6#FF54D7
7#FF7EE1
8#FFA9EB
9#FFD4F5
Tones
Muted variations
1#4E043C
2#49083A
3#450C38
4#411036
5#3D1434
6#391832
7#351D2F
8#31212D
9#2D252B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFDB #FFDBF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FFBD #FFBDF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | FF8A #FF8AE4 | BordersInactive statesPlaceholder text |
| 400 | FF4D #FF4DD5 | Disabled statesSecondary iconsMuted text |
| 500 | FF1A #FF1AC9 | Primary brand colorCTAsActive elementsLinks |
| 600 | E000 #E000AC | Hover statesFocus ringsPrimary buttons hover |
| 700 | B300 #B30089 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 8000 #800062 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5200 #52003F | Primary textHigh emphasis contentDark headings |
| 950 | 3300 #330027 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FFF0FB;
--indigo-100: #FFDBF7;
--indigo-200: #FFBDF0;
--indigo-300: #FF8AE4;
--indigo-400: #FF4DD5;
--indigo-500: #FF1AC9;
--indigo-600: #E000AC;
--indigo-700: #B30089;
--indigo-800: #800062;
--indigo-900: #52003F;
--indigo-950: #330027;
}