Purple
#810BA8
PinkColor Codes
All color formats for development
HEX
#810BA8RGB
rgb(129, 11, 168)HSL
hsl(285, 88%, 35%)OKLCH
oklch(0.456 0.219 314.4)CMYK
cmyk(23%, 93%, 0%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#740A97
2#670986
3#5A0775
4#4D0665
5#400554
6#330443
7#270332
8#1A0222
9#0D0111
Tints
Lighter variations
1#980DC7
2#B00FE6
3#BE25F1
4#C744F3
5#D163F5
6#DA82F7
7#E3A2F9
8#ECC1FB
9#F6E0FD
Tones
Muted variations
1#7D13A0
2#791A98
3#752290
4#712A88
5#6D3281
6#693A79
7#654271
8#614A69
9#5D5161
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF1 #FBF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F5DD #F5DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | ECC1 #ECC1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | DE91 #DE91F8 | BordersInactive statesPlaceholder text |
| 400 | CD57 #CD57F4 | Disabled statesSecondary iconsMuted text |
| 500 | BF27 #BF27F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | A20D #A20DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 810B #810BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5C08 #5C0878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3B05 #3B054D | Primary textHigh emphasis contentDark headings |
| 950 | 2503 #250330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FBF1FE;
--purple-100: #F5DDFD;
--purple-200: #ECC1FB;
--purple-300: #DE91F8;
--purple-400: #CD57F4;
--purple-500: #BF27F1;
--purple-600: #A20DD3;
--purple-700: #810BA8;
--purple-800: #5C0878;
--purple-900: #3B054D;
--purple-950: #250330;
}