Purple
#6A0F70
PinkColor Codes
All color formats for development
HEX
#6A0F70RGB
rgb(106, 15, 112)HSL
hsl(296, 76%, 25%)OKLCH
oklch(0.38 0.164 325.3)CMYK
cmyk(5%, 87%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5F0E65
2#550C5A
3#4A0B4F
4#3F0943
5#350838
6#2A062D
7#200522
8#150316
9#0B020B
Tints
Lighter variations
1#891492
2#A918B4
3#C91DD5
4#D835E3
5#DE57E8
6#E578ED
7#EB9AF1
8#F2BCF6
9#F8DDFA
Tones
Muted variations
1#66146B
2#611967
3#5D1E62
4#59235D
5#552858
6#512C53
7#4C314E
8#483649
9#443B45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF2 #FCF2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F9E0 #F9E0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | F4C5 #F4C5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | EB98 #EB98F1 | BordersInactive statesPlaceholder text |
| 400 | E162 #E162EA | Disabled statesSecondary iconsMuted text |
| 500 | D835 #D835E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | BA1B #BA1BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9415 #94159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6A0F #6A0F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 440A #440A48 | Primary textHigh emphasis contentDark headings |
| 950 | 2A06 #2A062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FCF2FD;
--purple-100: #F9E0FB;
--purple-200: #F4C5F7;
--purple-300: #EB98F1;
--purple-400: #E162EA;
--purple-500: #D835E3;
--purple-600: #BA1BC5;
--purple-700: #94159D;
--purple-800: #6A0F70;
--purple-900: #440A48;
--purple-950: #2A062D;
}