Purple
#6F0878
PinkColor Codes
All color formats for development
HEX
#6F0878RGB
rgb(111, 8, 120)HSL
hsl(295, 88%, 25%)OKLCH
oklch(0.39 0.177 324.2)CMYK
cmyk(7%, 93%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#63076C
2#580660
3#4D0554
4#420548
5#37043C
6#2C0330
7#210224
8#160218
9#0B010C
Tints
Lighter variations
1#900A9C
2#B10CC0
3#D20FE4
4#E027F1
5#E54BF4
6#EB6FF6
7#F093F8
8#F5B7FA
9#FADBFD
Tones
Muted variations
1#6A0D72
2#65136D
3#601867
4#5C1E61
5#57245C
6#522956
7#4E2F51
8#49354B
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 | F6C1 #F6C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | EF91 #EF91F8 | BordersInactive statesPlaceholder text |
| 400 | E757 #E757F4 | Disabled statesSecondary iconsMuted text |
| 500 | E027 #E027F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | C20D #C20DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9B0B #9B0BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6F08 #6F0878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4705 #47054D | 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: #F6C1FB;
--purple-300: #EF91F8;
--purple-400: #E757F4;
--purple-500: #E027F1;
--purple-600: #C20DD3;
--purple-700: #9B0BA8;
--purple-800: #6F0878;
--purple-900: #47054D;
--purple-950: #2C0330;
}