Indigo
#450A48
PinkColor Codes
All color formats for development
HEX
#450A48RGB
rgb(69, 10, 72)HSL
hsl(297, 76%, 16%)OKLCH
oklch(0.285 0.117 325.9)CMYK
cmyk(4%, 86%, 0%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3E0941
2#370839
3#300732
4#29062B
5#220524
6#1B041D
7#150316
8#0E020E
9#070107
Tints
Lighter variations
1#690F6E
2#8D1493
3#B119B9
4#D51EDF
5#DD43E5
6#E468EA
7#EB8EF0
8#F1B4F5
9#F8D9FA
Tones
Muted variations
1#420D45
2#3F1042
3#3C133F
4#3A163B
5#371938
6#341C35
7#311F32
8#2E232F
9#2C262C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F9E0 #F9E0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | F5C5 #F5C5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | EC98 #EC98F1 | BordersInactive statesPlaceholder text |
| 400 | E362 #E362EA | Disabled statesSecondary iconsMuted text |
| 500 | DB35 #DB35E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | BD1B #BD1BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9615 #96159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6B0F #6B0F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 450A #450A48 | Primary textHigh emphasis contentDark headings |
| 950 | 2B06 #2B062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FDF2FD;
--indigo-100: #F9E0FB;
--indigo-200: #F5C5F7;
--indigo-300: #EC98F1;
--indigo-400: #E362EA;
--indigo-500: #DB35E3;
--indigo-600: #BD1BC5;
--indigo-700: #96159D;
--indigo-800: #6B0F70;
--indigo-900: #450A48;
--indigo-950: #2B062D;
}