Indigo
#440A48
PinkColor Codes
All color formats for development
HEX
#440A48RGB
rgb(68, 10, 72)HSL
hsl(296, 76%, 16%)OKLCH
oklch(0.283 0.117 325.2)CMYK
cmyk(6%, 86%, 0%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3D0941
2#360839
3#2F0732
4#29062B
5#220524
6#1B041D
7#140316
8#0E020E
9#070107
Tints
Lighter variations
1#670F6E
2#8B1493
3#AE19B9
4#D21EDF
5#DA43E5
6#E268EA
7#E98EF0
8#F0B4F5
9#F8D9FA
Tones
Muted variations
1#410D45
2#3E1042
3#3C133F
4#39163B
5#361938
6#341C35
7#311F32
8#2E232F
9#2B262C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF2 #FCF2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F9E0 #F9E0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | F4C5 #F4C5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | EB98 #EB98F1 | BordersInactive statesPlaceholder text |
| 400 | E162 #E162EA | Disabled statesSecondary iconsMuted text |
| 500 | D835 #D835E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | BA1B #BA1BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9415 #94159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6A0F #6A0F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 440A #440A48 | Primary textHigh emphasis contentDark headings |
| 950 | 2A06 #2A062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FCF2FD;
--indigo-100: #F9E0FB;
--indigo-200: #F4C5F7;
--indigo-300: #EB98F1;
--indigo-400: #E162EA;
--indigo-500: #D835E3;
--indigo-600: #BA1BC5;
--indigo-700: #94159D;
--indigo-800: #6A0F70;
--indigo-900: #440A48;
--indigo-950: #2A062D;
}