Indigo
#4F0340
PinkColor Codes
All color formats for development
HEX
#4F0340RGB
rgb(79, 3, 64)HSL
hsl(312, 93%, 16%)OKLCH
oklch(0.292 0.124 338.6)CMYK
cmyk(0%, 96%, 19%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#470339
2#3F0233
3#37022C
4#2F0226
5#270120
6#1F0119
7#180113
8#10010D
9#080006
Tints
Lighter variations
1#780461
2#A10682
3#CB07A4
4#F409C5
5#F830D0
6#F95AD9
7#FB83E3
8#FCACEC
9#FED6F6
Tones
Muted variations
1#4B073D
2#470A3B
3#430E39
4#401236
5#3C1634
6#381A32
7#341D30
8#30212D
9#2D252B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF0 #FEF0FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDD #FEDDF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDBF #FDBFF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | FB8E #FB8EE5 | BordersInactive statesPlaceholder text |
| 400 | F953 #F953D8 | Disabled statesSecondary iconsMuted text |
| 500 | F722 #F722CC | Primary brand colorCTAsActive elementsLinks |
| 600 | D908 #D908AF | Hover statesFocus ringsPrimary buttons hover |
| 700 | AC06 #AC068B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7B04 #7B0463 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F03 #4F0340 | Primary textHigh emphasis contentDark headings |
| 950 | 3102 #310228 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FEF0FC;
--indigo-100: #FEDDF7;
--indigo-200: #FDBFF0;
--indigo-300: #FB8EE5;
--indigo-400: #F953D8;
--indigo-500: #F722CC;
--indigo-600: #D908AF;
--indigo-700: #AC068B;
--indigo-800: #7B0463;
--indigo-900: #4F0340;
--indigo-950: #310228;
}