Purple
#B003A4
PinkColor Codes
All color formats for development
HEX
#B003A4RGB
rgb(176, 3, 164)HSL
hsl(304, 97%, 35%)OKLCH
oklch(0.525 0.235 332.1)CMYK
cmyk(0%, 98%, 7%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9E0294
2#8D0283
3#7B0273
4#690263
5#580152
6#460142
7#350131
8#230121
9#120010
Tints
Lighter variations
1#D003C3
2#F104E1
3#FC1AED
4#FC3BEF
5#FD5CF2
6#FD7CF4
7#FE9DF7
8#FEBEFA
9#FFDEFC
Tones
Muted variations
1#A70B9D
2#9F1495
3#961D8E
4#8D2586
5#852E7F
6#7C3777
7#733F70
8#6B4868
9#625161
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDC #FEDCFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEBE #FEBEFA | Secondary backgroundsInput backgroundsDividers |
| 300 | FD8B #FD8BF6 | BordersInactive statesPlaceholder text |
| 400 | FC4F #FC4FF1 | Disabled statesSecondary iconsMuted text |
| 500 | FC1D #FC1DED | Primary brand colorCTAsActive elementsLinks |
| 600 | DD03 #DD03CF | Hover statesFocus ringsPrimary buttons hover |
| 700 | B003 #B003A4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E02 #7E0275 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5001 #50014B | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #32012F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FFF0FE;
--purple-100: #FEDCFC;
--purple-200: #FEBEFA;
--purple-300: #FD8BF6;
--purple-400: #FC4FF1;
--purple-500: #FC1DED;
--purple-600: #DD03CF;
--purple-700: #B003A4;
--purple-800: #7E0275;
--purple-900: #50014B;
--purple-950: #32012F;
}