Purple
#7C047C
PinkColor Codes
All color formats for development
HEX
#7C047CRGB
rgb(124, 4, 124)HSL
hsl(300, 94%, 25%)OKLCH
oklch(0.413 0.187 328.3)CMYK
cmyk(0%, 97%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6F036F
2#630363
3#570357
4#4A024A
5#3E023E
6#310231
7#250125
8#190119
9#0C000C
Tints
Lighter variations
1#A105A1
2#C606C6
3#EB07EB
4#F820F8
5#F945F9
6#FA6BFA
7#FC90FC
8#FDB5FD
9#FEDAFE
Tones
Muted variations
1#760A76
2#701070
3#6A166A
4#641C64
5#5E225E
6#582858
7#522E52
8#4C344C
9#463A46
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDC #FEDCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDBF #FDBFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | FB8D #FB8DFB | BordersInactive statesPlaceholder text |
| 400 | FA52 #FA52FA | Disabled statesSecondary iconsMuted text |
| 500 | F820 #F820F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | DA07 #DA07DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | AD05 #AD05AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7C04 #7C047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F02 #4F024F | Primary textHigh emphasis contentDark headings |
| 950 | 3102 #310231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FFF0FF;
--purple-100: #FEDCFE;
--purple-200: #FDBFFD;
--purple-300: #FB8DFB;
--purple-400: #FA52FA;
--purple-500: #F820F8;
--purple-600: #DA07DA;
--purple-700: #AD05AD;
--purple-800: #7C047C;
--purple-900: #4F024F;
--purple-950: #310231;
}