Purple
#9906AC
PinkColor Codes
All color formats for development
HEX
#9906ACRGB
rgb(153, 6, 172)HSL
hsl(293, 93%, 35%)OKLCH
oklch(0.494 0.231 322.1)CMYK
cmyk(11%, 97%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8A069B
2#7A058A
3#6B0479
4#5C0467
5#4C0356
6#3D0245
7#2E0234
8#1F0122
9#0F0111
Tints
Lighter variations
1#B507CC
2#D209EC
3#DE1FF7
4#E23FF8
5#E75FF9
6#EC7FFA
7#F19FFC
8#F5BFFD
9#FADFFE
Tones
Muted variations
1#930FA4
2#8C179C
3#861F93
4#7F278B
5#793083
6#73387A
7#6C4072
8#66496A
9#605162
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF0 #FDF0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FADD #FADDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F5BF #F5BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | EE8E #EE8EFB | BordersInactive statesPlaceholder text |
| 400 | E553 #E553F9 | Disabled statesSecondary iconsMuted text |
| 500 | DE22 #DE22F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | C008 #C008D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9906 #9906AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6D04 #6D047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4603 #46034F | Primary textHigh emphasis contentDark headings |
| 950 | 2C02 #2C0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FDF0FE;
--purple-100: #FADDFE;
--purple-200: #F5BFFD;
--purple-300: #EE8EFB;
--purple-400: #E553F9;
--purple-500: #DE22F7;
--purple-600: #C008D9;
--purple-700: #9906AC;
--purple-800: #6D047B;
--purple-900: #46034F;
--purple-950: #2C0231;
}