Indigo
#630878
PinkColor Codes
All color formats for development
HEX
#630878RGB
rgb(99, 8, 120)HSL
hsl(289, 88%, 25%)OKLCH
oklch(0.37 0.172 318.3)CMYK
cmyk(18%, 93%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#59076C
2#4F0660
3#450554
4#3C0548
5#32043C
6#280330
7#1E0224
8#140218
9#0A010C
Tints
Lighter variations
1#810A9C
2#9F0CC0
3#BD0FE4
4#CC27F1
5#D54BF4
6#DD6FF6
7#E693F8
8#EEB7FA
9#F7DBFD
Tones
Muted variations
1#600D72
2#5C136D
3#591867
4#551E61
5#52245C
6#4E2956
7#4A2F51
8#47354B
9#433A45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF1 #FCF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F7DD #F7DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | F0C1 #F0C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | E591 #E591F8 | BordersInactive statesPlaceholder text |
| 400 | D757 #D757F4 | Disabled statesSecondary iconsMuted text |
| 500 | CC27 #CC27F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | AF0D #AF0DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8B0B #8B0BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6308 #630878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4005 #40054D | Primary textHigh emphasis contentDark headings |
| 950 | 2803 #280330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FCF1FE;
--indigo-100: #F7DDFD;
--indigo-200: #F0C1FB;
--indigo-300: #E591F8;
--indigo-400: #D757F4;
--indigo-500: #CC27F1;
--indigo-600: #AF0DD3;
--indigo-700: #8B0BA8;
--indigo-800: #630878;
--indigo-900: #40054D;
--indigo-950: #280330;
}