Indigo
#470A48
PinkColor Codes
All color formats for development
HEX
#470A48RGB
rgb(71, 10, 72)HSL
hsl(299, 76%, 16%)OKLCH
oklch(0.288 0.118 327.4)CMYK
cmyk(1%, 86%, 0%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#400941
2#390839
3#320732
4#2A062B
5#230524
6#1C041D
7#150316
8#0E020E
9#070107
Tints
Lighter variations
1#6C0F6E
2#911493
3#B619B9
4#DB1EDF
5#E343E5
6#E868EA
7#EE8EF0
8#F4B4F5
9#F9D9FA
Tones
Muted variations
1#440D45
2#411042
3#3E133F
4#3B163B
5#381938
6#351C35
7#321F32
8#2F232F
9#2C262C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FAE0 #FAE0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6C5 #F6C5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | EF98 #EF98F1 | BordersInactive statesPlaceholder text |
| 400 | E762 #E762EA | Disabled statesSecondary iconsMuted text |
| 500 | E135 #E135E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | C31B #C31BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9B15 #9B159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6F0F #6F0F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 470A #470A48 | Primary textHigh emphasis contentDark headings |
| 950 | 2C06 #2C062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FDF2FD;
--indigo-100: #FAE0FB;
--indigo-200: #F6C5F7;
--indigo-300: #EF98F1;
--indigo-400: #E762EA;
--indigo-500: #E135E3;
--indigo-600: #C31BC5;
--indigo-700: #9B159D;
--indigo-800: #6F0F70;
--indigo-900: #470A48;
--indigo-950: #2C062D;
}