Indigo
#430A48
PinkColor Codes
All color formats for development
HEX
#430A48RGB
rgb(67, 10, 72)HSL
hsl(295, 76%, 16%)OKLCH
oklch(0.281 0.116 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#3C0941
2#350839
3#2F0732
4#28062B
5#210524
6#1B041D
7#140316
8#0D020E
9#070107
Tints
Lighter variations
1#660F6E
2#891493
3#AC19B9
4#CF1EDF
5#D843E5
6#E068EA
7#E78EF0
8#EFB4F5
9#F7D9FA
Tones
Muted variations
1#400D45
2#3D1042
3#3B133F
4#38163B
5#361938
6#331C35
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 | F8E0 #F8E0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | F3C5 #F3C5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | E998 #E998F1 | BordersInactive statesPlaceholder text |
| 400 | DE62 #DE62EA | Disabled statesSecondary iconsMuted text |
| 500 | D535 #D535E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | B71B #B71BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9215 #92159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 680F #680F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 430A #430A48 | 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: #F8E0FB;
--indigo-200: #F3C5F7;
--indigo-300: #E998F1;
--indigo-400: #DE62EA;
--indigo-500: #D535E3;
--indigo-600: #B71BC5;
--indigo-700: #92159D;
--indigo-800: #680F70;
--indigo-900: #430A48;
--indigo-950: #2A062D;
}