Purple
#6D0E71
PinkColor Codes
All color formats for development
HEX
#6D0E71RGB
rgb(109, 14, 113)HSL
hsl(298, 78%, 25%)OKLCH
oklch(0.385 0.166 326.3)CMYK
cmyk(4%, 88%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#630D66
2#580B5B
3#4D0A4F
4#420844
5#370739
6#2C062D
7#210422
8#160317
9#0B010B
Tints
Lighter variations
1#8F1294
2#B016B6
3#D11BD8
4#E033E6
5#E555EA
6#EA77EE
7#EF99F2
8#F5BBF7
9#FADDFB
Tones
Muted variations
1#6A136D
2#651868
3#601D63
4#5C225E
5#572759
6#522C54
7#4E314F
8#49364A
9#443B45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FADF #FADFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6C4 #F6C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | EF97 #EF97F2 | BordersInactive statesPlaceholder text |
| 400 | E760 #E760EB | Disabled statesSecondary iconsMuted text |
| 500 | E033 #E033E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | C219 #C219C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A14 #9A149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E0E #6E0E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4709 #470949 | Primary textHigh emphasis contentDark headings |
| 950 | 2C06 #2C062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FDF1FD;
--purple-100: #FADFFB;
--purple-200: #F6C4F8;
--purple-300: #EF97F2;
--purple-400: #E760EB;
--purple-500: #E033E6;
--purple-600: #C219C8;
--purple-700: #9A149F;
--purple-800: #6E0E71;
--purple-900: #470949;
--purple-950: #2C062D;
}