Purple
#B102B1
PinkColor Codes
All color formats for development
HEX
#B102B1RGB
rgb(177, 2, 177)HSL
hsl(300, 98%, 35%)OKLCH
oklch(0.534 0.245 328.4)CMYK
cmyk(0%, 99%, 0%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9F029F
2#8D018D
3#7C017C
4#6A016A
5#580158
6#470147
7#350135
8#230023
9#120012
Tints
Lighter variations
1#D202D2
2#F202F2
3#FD19FD
4#FD3AFD
5#FD5BFD
6#FE7CFE
7#FE9DFE
8#FEBDFE
9#FFDEFF
Tones
Muted variations
1#A80BA8
2#9F139F
3#961C96
4#8E258E
5#852E85
6#7C367C
7#733F73
8#6B486B
9#625162
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFDC #FFDCFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEBD #FEBDFE | Secondary backgroundsInput backgroundsDividers |
| 300 | FE8B #FE8BFE | BordersInactive statesPlaceholder text |
| 400 | FD4E #FD4EFD | Disabled statesSecondary iconsMuted text |
| 500 | FD1C #FD1CFD | Primary brand colorCTAsActive elementsLinks |
| 600 | DE02 #DE02DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | B102 #B102B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E01 #7E017E | Text on light backgroundsHeadingsStrong borders |
| 900 | 5101 #510151 | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #320132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FFF0FF;
--purple-100: #FFDCFF;
--purple-200: #FEBDFE;
--purple-300: #FE8BFE;
--purple-400: #FD4EFD;
--purple-500: #FD1CFD;
--purple-600: #DE02DE;
--purple-700: #B102B1;
--purple-800: #7E017E;
--purple-900: #510151;
--purple-950: #320132;
}