Purple
#6D0778
PinkColor Codes
All color formats for development
HEX
#6D0778RGB
rgb(109, 7, 120)HSL
hsl(294, 89%, 25%)OKLCH
oklch(0.386 0.176 323.3)CMYK
cmyk(9%, 94%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#62066C
2#570660
3#4C0554
4#410448
5#37043C
6#2C0330
7#210224
8#160118
9#0B010C
Tints
Lighter variations
1#8E099D
2#AF0BC1
3#CF0DE5
4#DE26F2
5#E34AF4
6#E96EF7
7#EE93F9
8#F4B7FB
9#F9DBFD
Tones
Muted variations
1#690D73
2#64126D
3#601867
4#5B1E62
5#56235C
6#522956
7#4D2F51
8#49344B
9#443A45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FADD #FADDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | F5C0 #F5C0FB | Secondary backgroundsInput backgroundsDividers |
| 300 | EE90 #EE90F9 | BordersInactive statesPlaceholder text |
| 400 | E556 #E556F5 | Disabled statesSecondary iconsMuted text |
| 500 | DE26 #DE26F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | C00C #C00CD4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 990A #990AA9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6D07 #6D0778 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4604 #46044D | Primary textHigh emphasis contentDark headings |
| 950 | 2C03 #2C0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FDF1FE;
--purple-100: #FADDFD;
--purple-200: #F5C0FB;
--purple-300: #EE90F9;
--purple-400: #E556F5;
--purple-500: #DE26F2;
--purple-600: #C00CD4;
--purple-700: #990AA9;
--purple-800: #6D0778;
--purple-900: #46044D;
--purple-950: #2C0330;
}