Purple
#83149F
PinkColor Codes
All color formats for development
HEX
#83149FRGB
rgb(131, 20, 159)HSL
hsl(288, 78%, 35%)OKLCH
oklch(0.456 0.208 317.8)CMYK
cmyk(18%, 87%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#76128F
2#69107F
3#5C0E6F
4#4F0C5F
5#420A4F
6#340840
7#270630
8#1A0420
9#0D0210
Tints
Lighter variations
1#9B17BC
2#B41BDA
3#C130E5
4#CA4EE9
5#D36BED
6#DC89F0
7#E5A6F4
8#EDC4F8
9#F6E1FB
Tones
Muted variations
1#7F1B98
2#7B2291
3#76298A
4#722F83
5#6E367C
6#6A3D75
7#66446E
8#624B67
9#5D5260
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF1 #FBF1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F6DF #F6DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | EDC4 #EDC4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | E097 #E097F2 | BordersInactive statesPlaceholder text |
| 400 | D060 #D060EB | Disabled statesSecondary iconsMuted text |
| 500 | C233 #C233E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | A519 #A519C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8314 #83149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5E0E #5E0E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3C09 #3C0949 | Primary textHigh emphasis contentDark headings |
| 950 | 2506 #25062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FBF1FD;
--purple-100: #F6DFFB;
--purple-200: #EDC4F8;
--purple-300: #E097F2;
--purple-400: #D060EB;
--purple-500: #C233E6;
--purple-600: #A519C8;
--purple-700: #83149F;
--purple-800: #5E0E71;
--purple-900: #3C0949;
--purple-950: #25062D;
}