Purple
#AD15CB
PinkColor Codes
All color formats for development
HEX
#AD15CBRGB
rgb(173, 21, 203)HSL
hsl(290, 81%, 44%)OKLCH
oklch(0.55 0.255 319.6)CMYK
cmyk(15%, 90%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9C13B7
2#8A11A2
3#790F8E
4#680D7A
5#560B66
6#450951
7#34063D
8#230429
9#110214
Tints
Lighter variations
1#C318E5
2#CA30E9
3#D14AEC
4#D864EF
5#DE7EF1
6#E598F4
7#EBB1F7
8#F2CBFA
9#F8E5FC
Tones
Muted variations
1#A71EC2
2#A127B9
3#9B31B0
4#953AA7
5#8E439E
6#884C95
7#82558B
8#7C5E82
9#766779
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF1 #FBF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F7DF #F7DFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | F0C3 #F0C3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | E495 #E495F4 | BordersInactive statesPlaceholder text |
| 400 | D65D #D65DEE | Disabled statesSecondary iconsMuted text |
| 500 | CA2F #CA2FE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | AD15 #AD15CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8911 #8911A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 620C #620C73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3F08 #3F084A | Primary textHigh emphasis contentDark headings |
| 950 | 2705 #27052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FBF1FE;
--purple-100: #F7DFFC;
--purple-200: #F0C3F9;
--purple-300: #E495F4;
--purple-400: #D65DEE;
--purple-500: #CA2FE9;
--purple-600: #AD15CB;
--purple-700: #8911A2;
--purple-800: #620C73;
--purple-900: #3F084A;
--purple-950: #27052E;
}