Purple
#9418C9
PurpleColor Codes
All color formats for development
HEX
#9418C9RGB
rgb(148, 24, 201)HSL
hsl(282, 79%, 44%)OKLCH
oklch(0.514 0.244 311.8)CMYK
cmyk(26%, 88%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8515B5
2#7613A1
3#67108D
4#590E79
5#4A0C64
6#3B0950
7#2C073C
8#1E0528
9#0F0214
Tints
Lighter variations
1#A61BE2
2#B133E7
3#BB4CEA
4#C466ED
5#CE7FF0
6#D899F3
7#E2B2F6
8#EBCCF9
9#F5E5FC
Tones
Muted variations
1#9020C0
2#8D29B7
3#8932AE
4#853BA5
5#82449D
6#7E4D94
7#7B568B
8#775E82
9#746779
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF1 #FAF1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F3DF #F3DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | E8C4 #E8C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | D796 #D796F3 | BordersInactive statesPlaceholder text |
| 400 | C25F #C25FEC | Disabled statesSecondary iconsMuted text |
| 500 | B132 #B132E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 9418 #9418C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7513 #7513A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 540D #540D72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3609 #360949 | Primary textHigh emphasis contentDark headings |
| 950 | 2205 #22052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FAF1FD;
--purple-100: #F3DFFB;
--purple-200: #E8C4F8;
--purple-300: #D796F3;
--purple-400: #C25FEC;
--purple-500: #B132E7;
--purple-600: #9418C9;
--purple-700: #7513A0;
--purple-800: #540D72;
--purple-900: #360949;
--purple-950: #22052E;
}