Purple
#6F047B
PinkColor Codes
All color formats for development
HEX
#6F047BRGB
rgb(111, 4, 123)HSL
hsl(294, 94%, 25%)OKLCH
oklch(0.39 0.181 323)CMYK
cmyk(10%, 97%, 0%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#65036F
2#590363
3#4E0357
4#43024A
5#38023E
6#2D0231
7#220125
8#160119
9#0B000C
Tints
Lighter variations
1#9105A1
2#B306C6
3#D407EB
4#E320F8
5#E745F9
6#EC6BFA
7#F190FC
8#F6B5FD
9#FADAFE
Tones
Muted variations
1#6B0A76
2#661070
3#61166A
4#5D1C64
5#58225E
6#532858
7#4E2E52
8#49344C
9#453A46
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF0 #FDF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDC #FBDCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7BF #F7BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | F08D #F08DFB | BordersInactive statesPlaceholder text |
| 400 | E952 #E952FA | Disabled statesSecondary iconsMuted text |
| 500 | E320 #E320F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | C507 #C507DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9C05 #9C05AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7004 #70047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 4702 #47024F | Primary textHigh emphasis contentDark headings |
| 950 | 2D02 #2D0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FDF0FF;
--purple-100: #FBDCFE;
--purple-200: #F7BFFD;
--purple-300: #F08DFB;
--purple-400: #E952FA;
--purple-500: #E320F8;
--purple-600: #C507DA;
--purple-700: #9C05AD;
--purple-800: #70047C;
--purple-900: #47024F;
--purple-950: #2D0231;
}