Purple
#67027E
PinkColor Codes
All color formats for development
HEX
#67027ERGB
rgb(103, 2, 126)HSL
hsl(289, 97%, 25%)OKLCH
oklch(0.379 0.182 318.1)CMYK
cmyk(18%, 98%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5D0271
2#520264
3#480158
4#3E014B
5#33013F
6#290132
7#1F0126
8#150019
9#0A000D
Tints
Lighter variations
1#8602A3
2#A503C9
3#C404EF
4#D31DFC
5#DA43FC
6#E168FD
7#E98EFD
8#F0B4FE
9#F8D9FE
Tones
Muted variations
1#630877
2#5F0E71
3#5B146B
4#571B65
5#53215F
6#4F2758
7#4B2D52
8#48334C
9#443A46
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF0 #FCF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F8DC #F8DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F2BE #F2BEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | E88B #E88BFD | BordersInactive statesPlaceholder text |
| 400 | DD4F #DD4FFC | Disabled statesSecondary iconsMuted text |
| 500 | D31D #D31DFC | Primary brand colorCTAsActive elementsLinks |
| 600 | B503 #B503DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9003 #9003B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6702 #67027E | Text on light backgroundsHeadingsStrong borders |
| 900 | 4201 #420150 | Primary textHigh emphasis contentDark headings |
| 950 | 2901 #290132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FCF0FF;
--purple-100: #F8DCFE;
--purple-200: #F2BEFE;
--purple-300: #E88BFD;
--purple-400: #DD4FFC;
--purple-500: #D31DFC;
--purple-600: #B503DD;
--purple-700: #9003B0;
--purple-800: #67027E;
--purple-900: #420150;
--purple-950: #290132;
}