Purple
#6A0F71
PinkColor Codes
All color formats for development
HEX
#6A0F71RGB
rgb(106, 15, 113)HSL
hsl(296, 77%, 25%)OKLCH
oklch(0.38 0.164 324.8)CMYK
cmyk(6%, 87%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#600D66
2#550C5A
3#4A0A4F
4#400944
5#350738
6#2B062D
7#200422
8#150317
9#0B010B
Tints
Lighter variations
1#8A1393
2#AA17B5
3#CA1CD6
4#D934E5
5#DF56E9
6#E678ED
7#EC99F2
8#F2BBF6
9#F9DDFB
Tones
Muted variations
1#66146C
2#621867
3#5E1D62
4#59225D
5#552758
6#512C53
7#4D314E
8#48364A
9#443B45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF1 #FCF1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F9DF #F9DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | F4C4 #F4C4F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | EB97 #EB97F2 | BordersInactive statesPlaceholder text |
| 400 | E161 #E161EA | Disabled statesSecondary iconsMuted text |
| 500 | D934 #D934E5 | Primary brand colorCTAsActive elementsLinks |
| 600 | BB1A #BB1AC7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9515 #95159E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6A0F #6A0F71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4409 #440948 | Primary textHigh emphasis contentDark headings |
| 950 | 2B06 #2B062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FCF1FD;
--purple-100: #F9DFFB;
--purple-200: #F4C4F7;
--purple-300: #EB97F2;
--purple-400: #E161EA;
--purple-500: #D934E5;
--purple-600: #BB1AC7;
--purple-700: #95159E;
--purple-800: #6A0F71;
--purple-900: #440948;
--purple-950: #2B062D;
}