Purple
#810EA4
PinkColor Codes
All color formats for development
HEX
#810EA4RGB
rgb(129, 14, 164)HSL
hsl(286, 84%, 35%)OKLCH
oklch(0.454 0.214 315.6)CMYK
cmyk(21%, 91%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#740D94
2#670B83
3#5A0A73
4#4E0963
5#410752
6#340642
7#270431
8#1A0321
9#0D0110
Tints
Lighter variations
1#9911C3
2#B114E1
3#BF2AEC
4#C848EF
5#D167F2
6#DA85F4
7#E4A4F7
8#EDC2FA
9#F6E1FC
Tones
Muted variations
1#7D169D
2#791D95
3#75258E
4#712C86
5#6D347F
6#693B77
7#654370
8#614A68
9#5D5261
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF1 #FBF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F5DE #F5DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | EDC2 #EDC2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | DF93 #DF93F6 | BordersInactive statesPlaceholder text |
| 400 | CE5B #CE5BF1 | Disabled statesSecondary iconsMuted text |
| 500 | C02C #C02CED | Primary brand colorCTAsActive elementsLinks |
| 600 | A212 #A212CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 810E #810EA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5C0A #5C0A75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3B07 #3B074B | Primary textHigh emphasis contentDark headings |
| 950 | 2504 #25042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FBF1FE;
--purple-100: #F5DEFC;
--purple-200: #EDC2FA;
--purple-300: #DF93F6;
--purple-400: #CE5BF1;
--purple-500: #C02CED;
--purple-600: #A212CE;
--purple-700: #810EA4;
--purple-800: #5C0A75;
--purple-900: #3B074B;
--purple-950: #25042F;
}