Indigo
#4F0341
PinkColor Codes
All color formats for development
HEX
#4F0341RGB
rgb(79, 3, 65)HSL
hsl(311, 93%, 16%)OKLCH
oklch(0.293 0.124 337.8)CMYK
cmyk(0%, 96%, 18%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#47033A
2#3F0234
3#37022D
4#2F0227
5#270120
6#1F011A
7#180113
8#10010D
9#080006
Tints
Lighter variations
1#780463
2#A10685
3#CB07A7
4#F409C9
5#F830D3
6#F95ADC
7#FB83E5
8#FCACED
9#FED6F6
Tones
Muted variations
1#4B073E
2#470A3C
3#430E3A
4#401237
5#3C1635
6#381A32
7#341D30
8#30212E
9#2D252B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF0 #FEF0FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDD #FEDDF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDBF #FDBFF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | FB8E #FB8EE7 | BordersInactive statesPlaceholder text |
| 400 | F953 #F953DA | Disabled statesSecondary iconsMuted text |
| 500 | F722 #F722D0 | Primary brand colorCTAsActive elementsLinks |
| 600 | D908 #D908B2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AC06 #AC068E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7B04 #7B0465 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F03 #4F0341 | Primary textHigh emphasis contentDark headings |
| 950 | 3102 #310229 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--indigo-50: #FEF0FC;
--indigo-100: #FEDDF8;
--indigo-200: #FDBFF1;
--indigo-300: #FB8EE7;
--indigo-400: #F953DA;
--indigo-500: #F722D0;
--indigo-600: #D908B2;
--indigo-700: #AC068E;
--indigo-800: #7B0465;
--indigo-900: #4F0341;
--indigo-950: #310229;
}