Indigo
#580F70
PinkColor Codes
All color formats for development
HEX
#580F70RGB
rgb(88, 15, 112)HSL
hsl(285, 76%, 25%)OKLCH
oklch(0.351 0.156 315.5)CMYK
cmyk(21%, 87%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4F0E65
2#460C5A
3#3E0B4F
4#350943
5#2C0838
6#23062D
7#1A0522
8#120316
9#09020B
Tints
Lighter variations
1#721492
2#8D18B4
3#A71DD5
4#B835E3
5#C457E8
6#D078ED
7#DB9AF1
8#E7BCF6
9#F3DDFA
Tones
Muted variations
1#56146B
2#531967
3#511E62
4#4E235D
5#4C2858
6#492C53
7#47314E
8#453649
9#423B45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF2 #FAF2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F4E0 #F4E0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | EAC5 #EAC5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | DB98 #DB98F1 | BordersInactive statesPlaceholder text |
| 400 | C862 #C862EA | Disabled statesSecondary iconsMuted text |
| 500 | B835 #B835E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 9B1B #9B1BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7B15 #7B159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 580F #580F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 380A #380A48 | Primary textHigh emphasis contentDark headings |
| 950 | 2306 #23062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FAF2FD;
--indigo-100: #F4E0FB;
--indigo-200: #EAC5F7;
--indigo-300: #DB98F1;
--indigo-400: #C862EA;
--indigo-500: #B835E3;
--indigo-600: #9B1BC5;
--indigo-700: #7B159D;
--indigo-800: #580F70;
--indigo-900: #380A48;
--indigo-950: #23062D;
}