Purple
#B102A5
PinkColor Codes
All color formats for development
HEX
#B102A5RGB
rgb(177, 2, 165)HSL
hsl(304, 98%, 35%)OKLCH
oklch(0.527 0.237 332.1)CMYK
cmyk(0%, 99%, 7%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9F0295
2#8D0184
3#7C0174
4#6A0163
5#580153
6#470142
7#350132
8#230021
9#120011
Tints
Lighter variations
1#D202C4
2#F202E2
3#FD19EE
4#FD3AF0
5#FD5BF3
6#FE7CF5
7#FE9DF8
8#FEBDFA
9#FFDEFD
Tones
Muted variations
1#A80B9D
2#9F1396
3#961C8E
4#8E2587
5#852E7F
6#7C3678
7#733F70
8#6B4868
9#625161
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFDC #FFDCFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEBD #FEBDFA | Secondary backgroundsInput backgroundsDividers |
| 300 | FE8B #FE8BF6 | BordersInactive statesPlaceholder text |
| 400 | FD4E #FD4EF2 | Disabled statesSecondary iconsMuted text |
| 500 | FD1C #FD1CEE | Primary brand colorCTAsActive elementsLinks |
| 600 | DE02 #DE02CF | Hover statesFocus ringsPrimary buttons hover |
| 700 | B102 #B102A5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E01 #7E0176 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5101 #51014B | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #32012F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FFF0FE;
--purple-100: #FFDCFC;
--purple-200: #FEBDFA;
--purple-300: #FE8BF6;
--purple-400: #FD4EF2;
--purple-500: #FD1CEE;
--purple-600: #DE02CF;
--purple-700: #B102A5;
--purple-800: #7E0176;
--purple-900: #51014B;
--purple-950: #32012F;
}