Purple
#B019C8
PinkColor Codes
All color formats for development
HEX
#B019C8RGB
rgb(176, 25, 200)HSL
hsl(292, 78%, 44%)OKLCH
oklch(0.554 0.251 321.3)CMYK
cmyk(12%, 88%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9F16B4
2#8D14A0
3#7B118C
4#6A0F78
5#580C64
6#470A50
7#35073C
8#230528
9#120214
Tints
Lighter variations
1#C71CE1
2#CE34E6
3#D44DE9
4#DA66EC
5#E080EF
6#E799F2
7#EDB3F6
8#F3CCF9
9#F9E6FC
Tones
Muted variations
1#AA21BF
2#A42AB6
3#9D33AD
4#973CA5
5#90449C
6#8A4D93
7#83568A
8#7D5F82
9#776779
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF1 #FCF1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F7DF #F7DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | F1C4 #F1C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | E697 #E697F2 | BordersInactive statesPlaceholder text |
| 400 | D960 #D960EB | Disabled statesSecondary iconsMuted text |
| 500 | CE33 #CE33E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | B019 #B019C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8C14 #8C149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 640E #640E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4009 #400949 | Primary textHigh emphasis contentDark headings |
| 950 | 2806 #28062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FCF1FD;
--purple-100: #F7DFFB;
--purple-200: #F1C4F8;
--purple-300: #E697F2;
--purple-400: #D960EB;
--purple-500: #CE33E6;
--purple-600: #B019C8;
--purple-700: #8C149F;
--purple-800: #640E71;
--purple-900: #400949;
--purple-950: #28062D;
}