Indigo
#46034F
PinkColor Codes
All color formats for development
HEX
#46034FRGB
rgb(70, 3, 79)HSL
hsl(293, 93%, 16%)OKLCH
oklch(0.286 0.131 322.4)CMYK
cmyk(11%, 96%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3F0347
2#38023F
3#310237
4#2A022F
5#230127
6#1C011F
7#150118
8#0E0110
9#070008
Tints
Lighter variations
1#6B0478
2#8F06A1
3#B407CB
4#D909F4
5#E030F8
6#E65AF9
7#ED83FB
8#F3ACFC
9#F9D6FE
Tones
Muted variations
1#43074B
2#400A47
3#3D0E43
4#3A1240
5#37163C
6#341A38
7#321D34
8#2F2130
9#2C252D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF0 #FDF0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FADD #FADDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F5BF #F5BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | EE8E #EE8EFB | BordersInactive statesPlaceholder text |
| 400 | E553 #E553F9 | Disabled statesSecondary iconsMuted text |
| 500 | DE22 #DE22F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | C008 #C008D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9906 #9906AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6D04 #6D047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4603 #46034F | Primary textHigh emphasis contentDark headings |
| 950 | 2C02 #2C0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FDF0FE;
--indigo-100: #FADDFE;
--indigo-200: #F5BFFD;
--indigo-300: #EE8EFB;
--indigo-400: #E553F9;
--indigo-500: #DE22F7;
--indigo-600: #C008D9;
--indigo-700: #9906AC;
--indigo-800: #6D047B;
--indigo-900: #46034F;
--indigo-950: #2C0231;
}