Purple
#B10299
PinkColor Codes
All color formats for development
HEX
#B10299RGB
rgb(177, 2, 153)HSL
hsl(308, 98%, 35%)OKLCH
oklch(0.52 0.229 336.1)CMYK
cmyk(0%, 99%, 14%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9F028A
2#8D017B
3#7C016B
4#6A015C
5#58014D
6#47013D
7#35012E
8#23001F
9#12000F
Tints
Lighter variations
1#D202B6
2#F202D2
3#FD19DE
4#FD3AE3
5#FD5BE8
6#FE7CEC
7#FE9DF1
8#FEBDF6
9#FFDEFA
Tones
Muted variations
1#A80B93
2#9F138D
3#961C86
4#8E2580
5#852E79
6#7C3673
7#733F6C
8#6B4866
9#625160
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFDC #FFDCFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEBD #FEBDF6 | Secondary backgroundsInput backgroundsDividers |
| 300 | FE8B #FE8BEE | BordersInactive statesPlaceholder text |
| 400 | FD4E #FD4EE6 | Disabled statesSecondary iconsMuted text |
| 500 | FD1C #FD1CDF | Primary brand colorCTAsActive elementsLinks |
| 600 | DE02 #DE02C1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B102 #B10299 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E01 #7E016E | Text on light backgroundsHeadingsStrong borders |
| 900 | 5101 #510146 | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #32012C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FFF0FD;
--purple-100: #FFDCFA;
--purple-200: #FEBDF6;
--purple-300: #FE8BEE;
--purple-400: #FD4EE6;
--purple-500: #FD1CDF;
--purple-600: #DE02C1;
--purple-700: #B10299;
--purple-800: #7E016E;
--purple-900: #510146;
--purple-950: #32012C;
}