Indigo
#4F033B
PinkColor Codes
All color formats for development
HEX
#4F033BRGB
rgb(79, 3, 59)HSL
hsl(316, 93%, 16%)OKLCH
oklch(0.289 0.12 342.4)CMYK
cmyk(0%, 96%, 25%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#470335
2#3F022F
3#370229
4#2F0223
5#27011D
6#1F0117
7#180112
8#10010C
9#080006
Tints
Lighter variations
1#780459
2#A10678
3#CB0797
4#F409B5
5#F830C2
6#F95ACF
7#FB83DB
8#FCACE7
9#FED6F3
Tones
Muted variations
1#4B0739
2#470A37
3#430E35
4#401233
5#3C1632
6#381A30
7#341D2E
8#30212C
9#2D252B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF0 #FEF0FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDD #FEDDF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDBF #FDBFEC | Secondary backgroundsInput backgroundsDividers |
| 300 | FB8E #FB8EDE | BordersInactive statesPlaceholder text |
| 400 | F953 #F953CC | Disabled statesSecondary iconsMuted text |
| 500 | F722 #F722BE | Primary brand colorCTAsActive elementsLinks |
| 600 | D908 #D908A1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AC06 #AC0680 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7B04 #7B045B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F03 #4F033B | Primary textHigh emphasis contentDark headings |
| 950 | 3102 #310225 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FEF0FB;
--indigo-100: #FEDDF5;
--indigo-200: #FDBFEC;
--indigo-300: #FB8EDE;
--indigo-400: #F953CC;
--indigo-500: #F722BE;
--indigo-600: #D908A1;
--indigo-700: #AC0680;
--indigo-800: #7B045B;
--indigo-900: #4F033B;
--indigo-950: #310225;
}