Purple
#7E024E
PinkColor Codes
All color formats for development
HEX
#7E024ERGB
rgb(126, 2, 78)HSL
hsl(323, 97%, 25%)OKLCH
oklch(0.39 0.16 351.9)CMYK
cmyk(0%, 98%, 38%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#710246
2#64023F
3#580137
4#4B012F
5#3F0127
6#32011F
7#260117
8#190010
9#0D0008
Tints
Lighter variations
1#A30266
2#C9037D
3#EF0495
4#FC1DA6
5#FC43B5
6#FD68C4
7#FD8ED3
8#FEB4E1
9#FED9F0
Tones
Muted variations
1#77084D
2#710E4B
3#6B144A
4#651B48
5#5F2147
6#582746
7#522D44
8#4C3343
9#463A41
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDC #FEDCF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEBE #FEBEE5 | Secondary backgroundsInput backgroundsDividers |
| 300 | FD8B #FD8BD2 | BordersInactive statesPlaceholder text |
| 400 | FC4F #FC4FBA | Disabled statesSecondary iconsMuted text |
| 500 | FC1D #FC1DA6 | Primary brand colorCTAsActive elementsLinks |
| 600 | DD03 #DD038A | Hover statesFocus ringsPrimary buttons hover |
| 700 | B003 #B0036D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E02 #7E024E | Text on light backgroundsHeadingsStrong borders |
| 900 | 5001 #500132 | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #32011F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FFF0F9;
--purple-100: #FEDCF1;
--purple-200: #FEBEE5;
--purple-300: #FD8BD2;
--purple-400: #FC4FBA;
--purple-500: #FC1DA6;
--purple-600: #DD038A;
--purple-700: #B0036D;
--purple-800: #7E024E;
--purple-900: #500132;
--purple-950: #32011F;
}