Indigo
#420A47
PinkColor Codes
All color formats for development
HEX
#420A47RGB
rgb(66, 10, 71)HSL
hsl(295, 75%, 16%)OKLCH
oklch(0.279 0.115 324.4)CMYK
cmyk(7%, 86%, 0%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3C0940
2#350839
3#2E0732
4#28062B
5#210524
6#1B041D
7#140315
8#0D020E
9#070107
Tints
Lighter variations
1#65106D
2#881592
3#AB1AB8
4#CE20DD
5#D744E4
6#DF69EA
7#E78FEF
8#EFB4F4
9#F7DAFA
Tones
Muted variations
1#400D44
2#3D1041
3#3B133E
4#38163B
5#361A38
6#331D35
7#302032
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 | F8E0 #F8E0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | F3C5 #F3C5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | E998 #E998F0 | BordersInactive statesPlaceholder text |
| 400 | DE63 #DE63E9 | Disabled statesSecondary iconsMuted text |
| 500 | D436 #D436E2 | Primary brand colorCTAsActive elementsLinks |
| 600 | B61C #B61CC4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9116 #91169C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6810 #681070 | Text on light backgroundsHeadingsStrong borders |
| 900 | 420A #420A47 | Primary textHigh emphasis contentDark headings |
| 950 | 2906 #29062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FCF2FD;
--indigo-100: #F8E0FB;
--indigo-200: #F3C5F7;
--indigo-300: #E998F0;
--indigo-400: #DE63E9;
--indigo-500: #D436E2;
--indigo-600: #B61CC4;
--indigo-700: #91169C;
--indigo-800: #681070;
--indigo-900: #420A47;
--indigo-950: #29062D;
}