Purple
#B1026B
PinkColor Codes
All color formats for development
HEX
#B1026BRGB
rgb(177, 2, 107)HSL
hsl(324, 98%, 35%)OKLCH
oklch(0.498 0.204 353.8)CMYK
cmyk(0%, 99%, 40%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9F0260
2#8D0155
3#7C014B
4#6A0140
5#580135
6#47012B
7#350120
8#230015
9#12000B
Tints
Lighter variations
1#D2027F
2#F20292
3#FD19A2
4#FD3AAF
5#FD5BBC
6#FE7CCA
7#FE9DD7
8#FEBDE4
9#FFDEF2
Tones
Muted variations
1#A80B69
2#9F1367
3#961C65
4#8E2564
5#852E62
6#7C3660
7#733F5E
8#6B485D
9#62515B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFDC #FFDCF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEBD #FEBDE4 | Secondary backgroundsInput backgroundsDividers |
| 300 | FE8B #FE8BD0 | BordersInactive statesPlaceholder text |
| 400 | FD4E #FD4EB7 | Disabled statesSecondary iconsMuted text |
| 500 | FD1C #FD1CA3 | Primary brand colorCTAsActive elementsLinks |
| 600 | DE02 #DE0286 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B102 #B1026B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E01 #7E014C | Text on light backgroundsHeadingsStrong borders |
| 900 | 5101 #510131 | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #32011E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FFF0F9;
--purple-100: #FFDCF1;
--purple-200: #FEBDE4;
--purple-300: #FE8BD0;
--purple-400: #FD4EB7;
--purple-500: #FD1CA3;
--purple-600: #DE0286;
--purple-700: #B1026B;
--purple-800: #7E014C;
--purple-900: #510131;
--purple-950: #32011E;
}