Purple
#6D027E
PinkColor Codes
All color formats for development
HEX
#6D027ERGB
rgb(109, 2, 126)HSL
hsl(292, 97%, 25%)OKLCH
oklch(0.388 0.184 320.9)CMYK
cmyk(13%, 98%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#620271
2#570264
3#4C0158
4#41014B
5#37013F
6#2C0132
7#210126
8#160019
9#0B000D
Tints
Lighter variations
1#8E02A3
2#AF03C9
3#CF04EF
4#DE1DFC
5#E343FC
6#E968FD
7#EE8EFD
8#F4B4FE
9#F9D9FE
Tones
Muted variations
1#690877
2#640E71
3#5F146B
4#5B1B65
5#56215F
6#522758
7#4D2D52
8#49334C
9#443A46
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF0 #FDF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FADC #FADCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F5BE #F5BEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | EE8B #EE8BFD | BordersInactive statesPlaceholder text |
| 400 | E54F #E54FFC | Disabled statesSecondary iconsMuted text |
| 500 | DE1D #DE1DFC | Primary brand colorCTAsActive elementsLinks |
| 600 | C003 #C003DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9903 #9903B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6D02 #6D027E | Text on light backgroundsHeadingsStrong borders |
| 900 | 4601 #460150 | Primary textHigh emphasis contentDark headings |
| 950 | 2C01 #2C0132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FDF0FF;
--purple-100: #FADCFE;
--purple-200: #F5BEFE;
--purple-300: #EE8BFD;
--purple-400: #E54FFC;
--purple-500: #DE1DFC;
--purple-600: #C003DD;
--purple-700: #9903B0;
--purple-800: #6D027E;
--purple-900: #460150;
--purple-950: #2C0132;
}