Purple
#B00396
PinkColor Codes
All color formats for development
HEX
#B00396RGB
rgb(176, 3, 150)HSL
hsl(309, 97%, 35%)OKLCH
oklch(0.517 0.226 336.8)CMYK
cmyk(0%, 98%, 15%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9E0287
2#8D0278
3#7B0269
4#69025A
5#58014B
6#46013C
7#35012D
8#23011E
9#12000F
Tints
Lighter variations
1#D003B2
2#F104CE
3#FC1ADA
4#FC3BDF
5#FD5CE4
6#FD7CEA
7#FE9DEF
8#FEBEF4
9#FFDEFA
Tones
Muted variations
1#A70B90
2#9F148A
3#961D84
4#8D257E
5#852E78
6#7C3771
7#733F6B
8#6B4865
9#62515F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDC #FEDCF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEBE #FEBEF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | FD8B #FD8BEC | BordersInactive statesPlaceholder text |
| 400 | FC4F #FC4FE2 | Disabled statesSecondary iconsMuted text |
| 500 | FC1D #FC1DDA | Primary brand colorCTAsActive elementsLinks |
| 600 | DD03 #DD03BC | Hover statesFocus ringsPrimary buttons hover |
| 700 | B003 #B00396 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E02 #7E026B | Text on light backgroundsHeadingsStrong borders |
| 900 | 5001 #500145 | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #32012B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FFF0FD;
--purple-100: #FEDCF9;
--purple-200: #FEBEF4;
--purple-300: #FD8BEC;
--purple-400: #FC4FE2;
--purple-500: #FC1DDA;
--purple-600: #DD03BC;
--purple-700: #B00396;
--purple-800: #7E026B;
--purple-900: #500145;
--purple-950: #32012B;
}