Purple
#7E0267
PinkColor Codes
All color formats for development
HEX
#7E0267RGB
rgb(126, 2, 103)HSL
hsl(311, 97%, 25%)OKLCH
oklch(0.403 0.175 338.7)CMYK
cmyk(0%, 98%, 18%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#71025D
2#640252
3#580148
4#4B013E
5#3F0133
6#320129
7#26011F
8#190015
9#0D000A
Tints
Lighter variations
1#A30286
2#C903A5
3#EF04C4
4#FC1DD3
5#FC43DA
6#FD68E1
7#FD8EE9
8#FEB4F0
9#FED9F8
Tones
Muted variations
1#770863
2#710E5F
3#6B145B
4#651B57
5#5F2153
6#58274F
7#522D4B
8#4C3348
9#463A44
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDC #FEDCF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEBE #FEBEF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | FD8B #FD8BE8 | BordersInactive statesPlaceholder text |
| 400 | FC4F #FC4FDD | Disabled statesSecondary iconsMuted text |
| 500 | FC1D #FC1DD3 | Primary brand colorCTAsActive elementsLinks |
| 600 | DD03 #DD03B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B003 #B00390 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E02 #7E0267 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5001 #500142 | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #320129 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FFF0FC;
--purple-100: #FEDCF8;
--purple-200: #FEBEF2;
--purple-300: #FD8BE8;
--purple-400: #FC4FDD;
--purple-500: #FC1DD3;
--purple-600: #DD03B5;
--purple-700: #B00390;
--purple-800: #7E0267;
--purple-900: #500142;
--purple-950: #320129;
}