Purple
#700E71
PinkColor Codes
All color formats for development
HEX
#700E71RGB
rgb(112, 14, 113)HSL
hsl(299, 78%, 25%)OKLCH
oklch(0.39 0.168 327.7)CMYK
cmyk(1%, 88%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#650D66
2#590B5B
3#4E0A4F
4#430844
5#380739
6#2D062D
7#220422
8#160317
9#0B010B
Tints
Lighter variations
1#911294
2#B316B6
3#D41BD8
4#E333E6
5#E755EA
6#EC77EE
7#F199F2
8#F6BBF7
9#FADDFB
Tones
Muted variations
1#6B136D
2#661868
3#611D63
4#5D225E
5#582759
6#532C54
7#4E314F
8#49364A
9#453B45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C4 #F7C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | F197 #F197F2 | BordersInactive statesPlaceholder text |
| 400 | E960 #E960EB | Disabled statesSecondary iconsMuted text |
| 500 | E333 #E333E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | C519 #C519C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D14 #9D149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 700E #700E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4809 #480949 | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FDF1FD;
--purple-100: #FBDFFB;
--purple-200: #F7C4F8;
--purple-300: #F197F2;
--purple-400: #E960EB;
--purple-500: #E333E6;
--purple-600: #C519C8;
--purple-700: #9D149F;
--purple-800: #700E71;
--purple-900: #480949;
--purple-950: #2D062D;
}