Purple
#9410A2
PinkColor Codes
All color formats for development
HEX
#9410A2RGB
rgb(148, 16, 162)HSL
hsl(294, 82%, 35%)OKLCH
oklch(0.482 0.218 323.4)CMYK
cmyk(9%, 90%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#850E92
2#760D82
3#670B72
4#590A61
5#4A0851
6#3B0641
7#2C0531
8#1E0320
9#0F0210
Tints
Lighter variations
1#AF13C1
2#CB16DF
3#D72CEA
4#DD4AED
5#E268F0
6#E886F3
7#EEA5F6
8#F4C3F9
9#F9E1FC
Tones
Muted variations
1#8E179B
2#881F94
3#82268C
4#7C2D85
5#77357E
6#713C77
7#6B436F
8#654B68
9#5F5261
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF1 #FCF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F9DF #F9DFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | F4C3 #F4C3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | EB94 #EB94F4 | BordersInactive statesPlaceholder text |
| 400 | E05D #E05DEF | Disabled statesSecondary iconsMuted text |
| 500 | D82E #D82EEA | Primary brand colorCTAsActive elementsLinks |
| 600 | BA14 #BA14CC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9410 #9410A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6A0B #6A0B74 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4407 #44074A | Primary textHigh emphasis contentDark headings |
| 950 | 2A05 #2A052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FCF1FE;
--purple-100: #F9DFFC;
--purple-200: #F4C3F9;
--purple-300: #EB94F4;
--purple-400: #E05DEF;
--purple-500: #D82EEA;
--purple-600: #BA14CC;
--purple-700: #9410A2;
--purple-800: #6A0B74;
--purple-900: #44074A;
--purple-950: #2A052E;
}