Purple
#68047C
PinkColor Codes
All color formats for development
HEX
#68047CRGB
rgb(104, 4, 124)HSL
hsl(290, 94%, 25%)OKLCH
oklch(0.38 0.179 319.3)CMYK
cmyk(16%, 97%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5D036F
2#530363
3#490357
4#3E024A
5#34023E
6#290231
7#1F0125
8#150119
9#0A000C
Tints
Lighter variations
1#8705A1
2#A606C6
3#C507EB
4#D420F8
5#DB45F9
6#E26BFA
7#EA90FC
8#F1B5FD
9#F8DAFE
Tones
Muted variations
1#640A76
2#601070
3#5C166A
4#581C64
5#54225E
6#502858
7#4C2E52
8#48344C
9#443A46
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF0 #FCF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F8DC #F8DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F3BF #F3BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | E98D #E98DFB | BordersInactive statesPlaceholder text |
| 400 | DE52 #DE52FA | Disabled statesSecondary iconsMuted text |
| 500 | D420 #D420F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | B707 #B707DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9105 #9105AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6804 #68047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 4202 #42024F | Primary textHigh emphasis contentDark headings |
| 950 | 2902 #290231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FCF0FF;
--purple-100: #F8DCFE;
--purple-200: #F3BFFD;
--purple-300: #E98DFB;
--purple-400: #DE52FA;
--purple-500: #D420F8;
--purple-600: #B707DA;
--purple-700: #9105AD;
--purple-800: #68047C;
--purple-900: #42024F;
--purple-950: #290231;
}