Purple
#A206DB
PurpleColor Codes
All color formats for development
HEX
#A206DBRGB
rgb(162, 6, 219)HSL
hsl(284, 95%, 44%)OKLCH
oklch(0.542 0.268 312.4)CMYK
cmyk(26%, 97%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9205C5
2#8204AF
3#710499
4#610383
5#51036D
6#410258
7#310242
8#20012C
9#100116
Tints
Lighter variations
1#B706F7
2#BF20F9
3#C73CFA
4#CF58FB
5#D774FB
6#DF90FC
7#E7ABFD
8#EFC7FE
9#F7E3FE
Tones
Muted variations
1#9D10D0
2#981BC5
3#9326BB
4#8E30B0
5#893BA5
6#84469B
7#7F5090
8#7A5B86
9#75667B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF0 #FBF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F5DC #F5DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | EDBE #EDBEFD | Secondary backgroundsInput backgroundsDividers |
| 300 | DE8D #DE8DFC | BordersInactive statesPlaceholder text |
| 400 | CD51 #CD51FB | Disabled statesSecondary iconsMuted text |
| 500 | BF1F #BF1FF9 | Primary brand colorCTAsActive elementsLinks |
| 600 | A206 #A206DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8104 #8104AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5C03 #5C037C | Text on light backgroundsHeadingsStrong borders |
| 900 | 3B02 #3B0250 | Primary textHigh emphasis contentDark headings |
| 950 | 2501 #250132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FBF0FF;
--purple-100: #F5DCFE;
--purple-200: #EDBEFD;
--purple-300: #DE8DFC;
--purple-400: #CD51FB;
--purple-500: #BF1FF9;
--purple-600: #A206DB;
--purple-700: #8104AE;
--purple-800: #5C037C;
--purple-900: #3B0250;
--purple-950: #250132;
}