Purple
#B1029C
PinkColor Codes
All color formats for development
HEX
#B1029CRGB
rgb(177, 2, 156)HSL
hsl(307, 98%, 35%)OKLCH
oklch(0.522 0.231 335)CMYK
cmyk(0%, 99%, 12%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9F028D
2#8D017D
3#7C016D
4#6A015E
5#58014E
6#47013F
7#35012F
8#23001F
9#120010
Tints
Lighter variations
1#D202B9
2#F202D6
3#FD19E2
4#FD3AE6
5#FD5BEA
6#FE7CEF
7#FE9DF3
8#FEBDF7
9#FFDEFB
Tones
Muted variations
1#A80B96
2#9F138F
3#961C88
4#8E2581
5#852E7B
6#7C3674
7#733F6D
8#6B4867
9#625160
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFDC #FFDCFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEBD #FEBDF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | FE8B #FE8BF0 | BordersInactive statesPlaceholder text |
| 400 | FD4E #FD4EE9 | Disabled statesSecondary iconsMuted text |
| 500 | FD1C #FD1CE2 | Primary brand colorCTAsActive elementsLinks |
| 600 | DE02 #DE02C4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B102 #B1029C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E01 #7E0170 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5101 #510147 | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #32012D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FFF0FD;
--purple-100: #FFDCFB;
--purple-200: #FEBDF7;
--purple-300: #FE8BF0;
--purple-400: #FD4EE9;
--purple-500: #FD1CE2;
--purple-600: #DE02C4;
--purple-700: #B1029C;
--purple-800: #7E0170;
--purple-900: #510147;
--purple-950: #32012D;
}