Purple
#B10279
PinkColor Codes
All color formats for development
HEX
#B10279RGB
rgb(177, 2, 121)HSL
hsl(319, 98%, 35%)OKLCH
oklch(0.504 0.211 348)CMYK
cmyk(0%, 99%, 32%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9F026D
2#8D0161
3#7C0155
4#6A0149
5#58013D
6#470131
7#350124
8#230018
9#12000C
Tints
Lighter variations
1#D20290
2#F202A6
3#FD19B5
4#FD3ABF
5#FD5BCA
6#FE7CD5
7#FE9DDF
8#FEBDEA
9#FFDEF4
Tones
Muted variations
1#A80B76
2#9F1373
3#961C70
4#8E256C
5#852E69
6#7C3666
7#733F63
8#6B4860
9#62515C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFDC #FFDCF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEBD #FEBDEA | Secondary backgroundsInput backgroundsDividers |
| 300 | FE8B #FE8BD9 | BordersInactive statesPlaceholder text |
| 400 | FD4E #FD4EC6 | Disabled statesSecondary iconsMuted text |
| 500 | FD1C #FD1CB5 | Primary brand colorCTAsActive elementsLinks |
| 600 | DE02 #DE0299 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B102 #B10279 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E01 #7E0157 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5101 #510137 | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #320123 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FFF0FA;
--purple-100: #FFDCF4;
--purple-200: #FEBDEA;
--purple-300: #FE8BD9;
--purple-400: #FD4EC6;
--purple-500: #FD1CB5;
--purple-600: #DE0299;
--purple-700: #B10279;
--purple-800: #7E0157;
--purple-900: #510137;
--purple-950: #320123;
}