Indigo
#4A0848
PinkColor Codes
All color formats for development
HEX
#4A0848RGB
rgb(74, 8, 72)HSL
hsl(302, 80%, 16%)OKLCH
oklch(0.292 0.122 329.6)CMYK
cmyk(0%, 89%, 3%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#420740
2#3B0739
3#330632
4#2C052B
5#250424
6#1D031D
7#160215
8#0F020E
9#070107
Tints
Lighter variations
1#700C6D
2#971192
3#BD15B8
4#E419DD
5#EA3EE4
6#EE65E9
7#F28BEF
8#F6B2F4
9#FBD8FA
Tones
Muted variations
1#460B44
2#430F41
3#40123E
4#3C153B
5#391838
6#361C35
7#331F32
8#2F222F
9#2C262C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C3 #F8C3F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | F395 #F395F0 | BordersInactive statesPlaceholder text |
| 400 | ED5E #ED5EE8 | Disabled statesSecondary iconsMuted text |
| 500 | E830 #E830E2 | Primary brand colorCTAsActive elementsLinks |
| 600 | CA16 #CA16C4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A112 #A1129C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 730D #730D6F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4908 #490847 | Primary textHigh emphasis contentDark headings |
| 950 | 2E05 #2E052D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FDF1FD;
--indigo-100: #FBDFFA;
--indigo-200: #F8C3F7;
--indigo-300: #F395F0;
--indigo-400: #ED5EE8;
--indigo-500: #E830E2;
--indigo-600: #CA16C4;
--indigo-700: #A1129C;
--indigo-800: #730D6F;
--indigo-900: #490847;
--indigo-950: #2E052D;
}