Purple
#700F62
PinkColor Codes
All color formats for development
HEX
#700F62RGB
rgb(112, 15, 98)HSL
hsl(309, 76%, 25%)OKLCH
oklch(0.381 0.156 335.3)CMYK
cmyk(0%, 87%, 13%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#650E58
2#5A0C4E
3#4F0B44
4#43093B
5#380831
6#2D0627
7#22051D
8#160314
9#0B020A
Tints
Lighter variations
1#92147F
2#B4189C
3#D51DBA
4#E335C9
5#E857D2
6#ED78DB
7#F19AE4
8#F6BCED
9#FADDF6
Tones
Muted variations
1#6B145E
2#67195B
3#621E57
4#5D2354
5#582851
6#532C4D
7#4E314A
8#493647
9#453B43
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE0 #FBE0F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C5 #F7C5EF | Secondary backgroundsInput backgroundsDividers |
| 300 | F198 #F198E4 | BordersInactive statesPlaceholder text |
| 400 | EA62 #EA62D5 | Disabled statesSecondary iconsMuted text |
| 500 | E335 #E335C9 | Primary brand colorCTAsActive elementsLinks |
| 600 | C51B #C51BAC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D15 #9D1589 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 700F #700F62 | Text on light backgroundsHeadingsStrong borders |
| 900 | 480A #480A3F | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D0627 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FDF2FB;
--purple-100: #FBE0F7;
--purple-200: #F7C5EF;
--purple-300: #F198E4;
--purple-400: #EA62D5;
--purple-500: #E335C9;
--purple-600: #C51BAC;
--purple-700: #9D1589;
--purple-800: #700F62;
--purple-900: #480A3F;
--purple-950: #2D0627;
}