Purple
#9A09AA
PinkColor Codes
All color formats for development
HEX
#9A09AARGB
rgb(154, 9, 170)HSL
hsl(294, 90%, 35%)OKLCH
oklch(0.495 0.229 323.1)CMYK
cmyk(9%, 95%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8A0899
2#7B0788
3#6B0677
4#5C0566
5#4D0455
6#3D0444
7#2E0333
8#1F0222
9#0F0111
Tints
Lighter variations
1#B60BC9
2#D30CE9
3#DF23F3
4#E342F5
5#E862F7
6#EC81F8
7#F1A1FA
8#F6C0FC
9#FAE0FD
Tones
Muted variations
1#9311A2
2#8D199A
3#862191
4#802989
5#793181
6#733979
7#6D4171
8#664969
9#605161
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF0 #FDF0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FADD #FADDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6C0 #F6C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | EF90 #EF90F9 | BordersInactive statesPlaceholder text |
| 400 | E655 #E655F6 | Disabled statesSecondary iconsMuted text |
| 500 | DF25 #DF25F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | C10B #C10BD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A09 #9A09AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E06 #6E0679 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4604 #46044E | Primary textHigh emphasis contentDark headings |
| 950 | 2C03 #2C0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FDF0FE;
--purple-100: #FADDFD;
--purple-200: #F6C0FC;
--purple-300: #EF90F9;
--purple-400: #E655F6;
--purple-500: #DF25F4;
--purple-600: #C10BD5;
--purple-700: #9A09AA;
--purple-800: #6E0679;
--purple-900: #46044E;
--purple-950: #2C0330;
}