Purple
#B10288
PinkColor Codes
All color formats for development
HEX
#B10288RGB
rgb(177, 2, 136)HSL
hsl(314, 98%, 35%)OKLCH
oklch(0.511 0.219 342.2)CMYK
cmyk(0%, 99%, 23%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9F027A
2#8D016D
3#7C015F
4#6A0152
5#580144
6#470136
7#350129
8#23001B
9#12000E
Tints
Lighter variations
1#D202A1
2#F202BA
3#FD19C8
4#FD3AD0
5#FD5BD7
6#FE7CDF
7#FE9DE7
8#FEBDEF
9#FFDEF7
Tones
Muted variations
1#A80B83
2#9F137F
3#961C7A
4#8E2575
5#852E71
6#7C366C
7#733F67
8#6B4863
9#62515E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFDC #FFDCF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEBD #FEBDEF | Secondary backgroundsInput backgroundsDividers |
| 300 | FE8B #FE8BE3 | BordersInactive statesPlaceholder text |
| 400 | FD4E #FD4ED4 | Disabled statesSecondary iconsMuted text |
| 500 | FD1C #FD1CC8 | Primary brand colorCTAsActive elementsLinks |
| 600 | DE02 #DE02AB | Hover statesFocus ringsPrimary buttons hover |
| 700 | B102 #B10288 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E01 #7E0161 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5101 #51013E | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #320127 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FFF0FB;
--purple-100: #FFDCF6;
--purple-200: #FEBDEF;
--purple-300: #FE8BE3;
--purple-400: #FD4ED4;
--purple-500: #FD1CC8;
--purple-600: #DE02AB;
--purple-700: #B10288;
--purple-800: #7E0161;
--purple-900: #51013E;
--purple-950: #320127;
}