Indigo
#420A48
PinkColor Codes
All color formats for development
HEX
#420A48RGB
rgb(66, 10, 72)HSL
hsl(294, 76%, 16%)OKLCH
oklch(0.279 0.116 323.6)CMYK
cmyk(8%, 86%, 0%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3B0941
2#340839
3#2E0732
4#27062B
5#210524
6#1A041D
7#140316
8#0D020E
9#070107
Tints
Lighter variations
1#640F6E
2#861493
3#A919B9
4#CB1EDF
5#D543E5
6#DD68EA
7#E68EF0
8#EEB4F5
9#F7D9FA
Tones
Muted variations
1#3F0D45
2#3D1042
3#3A133F
4#38163B
5#351938
6#331C35
7#301F32
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 | F2C5 #F2C5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | E898 #E898F1 | BordersInactive statesPlaceholder text |
| 400 | DC62 #DC62EA | Disabled statesSecondary iconsMuted text |
| 500 | D235 #D235E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | B41B #B41BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9015 #90159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 670F #670F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 420A #420A48 | 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: #F2C5F7;
--indigo-300: #E898F1;
--indigo-400: #DC62EA;
--indigo-500: #D235E3;
--indigo-600: #B41BC5;
--indigo-700: #90159D;
--indigo-800: #670F70;
--indigo-900: #420A48;
--indigo-950: #29062D;
}