Purple
#7E025F
PinkColor Codes
All color formats for development
HEX
#7E025FRGB
rgb(126, 2, 95)HSL
hsl(315, 97%, 25%)OKLCH
oklch(0.399 0.17 342.7)CMYK
cmyk(0%, 98%, 25%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#710255
2#64024C
3#580142
4#4B0139
5#3F012F
6#320126
7#26011C
8#190013
9#0D0009
Tints
Lighter variations
1#A3027B
2#C90397
3#EF04B4
4#FC1DC4
5#FC43CE
6#FD68D8
7#FD8EE1
8#FEB4EB
9#FED9F5
Tones
Muted variations
1#77085C
2#710E58
3#6B1455
4#651B52
5#5F214F
6#58274C
7#522D49
8#4C3346
9#463A43
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDC #FEDCF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEBE #FEBEEE | Secondary backgroundsInput backgroundsDividers |
| 300 | FD8B #FD8BE1 | BordersInactive statesPlaceholder text |
| 400 | FC4F #FC4FD1 | Disabled statesSecondary iconsMuted text |
| 500 | FC1D #FC1DC4 | Primary brand colorCTAsActive elementsLinks |
| 600 | DD03 #DD03A7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B003 #B00385 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E02 #7E025F | Text on light backgroundsHeadingsStrong borders |
| 900 | 5001 #50013D | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #320126 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FFF0FB;
--purple-100: #FEDCF6;
--purple-200: #FEBEEE;
--purple-300: #FD8BE1;
--purple-400: #FC4FD1;
--purple-500: #FC1DC4;
--purple-600: #DD03A7;
--purple-700: #B00385;
--purple-800: #7E025F;
--purple-900: #50013D;
--purple-950: #320126;
}