Purple
#8C09AA
PinkColor Codes
All color formats for development
HEX
#8C09AARGB
rgb(140, 9, 170)HSL
hsl(289, 90%, 35%)OKLCH
oklch(0.473 0.224 318)CMYK
cmyk(18%, 95%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7E0899
2#700788
3#620677
4#540566
5#460455
6#380444
7#2A0333
8#1C0222
9#0E0111
Tints
Lighter variations
1#A60BC9
2#C00CE9
3#CD23F3
4#D442F5
5#DB62F7
6#E281F8
7#EAA1FA
8#F1C0FC
9#F8E0FD
Tones
Muted variations
1#8711A2
2#82199A
3#7D2191
4#782989
5#733181
6#6E3979
7#694171
8#634969
9#5E5161
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF0 #FCF0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F7DD #F7DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | F1C0 #F1C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | E690 #E690F9 | BordersInactive statesPlaceholder text |
| 400 | D955 #D955F6 | Disabled statesSecondary iconsMuted text |
| 500 | CE25 #CE25F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | B00B #B00BD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8C09 #8C09AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6406 #640679 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4004 #40044E | Primary textHigh emphasis contentDark headings |
| 950 | 2803 #280330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FCF0FE;
--purple-100: #F7DDFD;
--purple-200: #F1C0FC;
--purple-300: #E690F9;
--purple-400: #D955F6;
--purple-500: #CE25F4;
--purple-600: #B00BD5;
--purple-700: #8C09AA;
--purple-800: #640679;
--purple-900: #40044E;
--purple-950: #280330;
}