Purple
#6E047C
PinkColor Codes
All color formats for development
HEX
#6E047CRGB
rgb(110, 4, 124)HSL
hsl(293, 94%, 25%)OKLCH
oklch(0.389 0.182 322.1)CMYK
cmyk(11%, 97%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#63036F
2#580363
3#4D0357
4#42024A
5#37023E
6#2C0231
7#210125
8#160119
9#0B000C
Tints
Lighter variations
1#8F05A1
2#B006C6
3#D007EB
4#DF20F8
5#E445F9
6#EA6BFA
7#EF90FC
8#F4B5FD
9#FADAFE
Tones
Muted variations
1#690A76
2#651070
3#60166A
4#5B1C64
5#57225E
6#522858
7#4E2E52
8#49344C
9#443A46
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF0 #FDF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FADC #FADCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6BF #F6BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | EF8D #EF8DFB | BordersInactive statesPlaceholder text |
| 400 | E652 #E652FA | Disabled statesSecondary iconsMuted text |
| 500 | DF20 #DF20F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | C107 #C107DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A05 #9A05AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E04 #6E047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 4602 #46024F | Primary textHigh emphasis contentDark headings |
| 950 | 2C02 #2C0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FDF0FF;
--purple-100: #FADCFE;
--purple-200: #F6BFFD;
--purple-300: #EF8DFB;
--purple-400: #E652FA;
--purple-500: #DF20F8;
--purple-600: #C107DA;
--purple-700: #9A05AD;
--purple-800: #6E047C;
--purple-900: #46024F;
--purple-950: #2C0231;
}