Purple
#9718C9
PurpleColor Codes
All color formats for development
HEX
#9718C9RGB
rgb(151, 24, 201)HSL
hsl(283, 79%, 44%)OKLCH
oklch(0.518 0.245 312.8)CMYK
cmyk(25%, 88%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8815B5
2#7813A1
3#69108D
4#5A0E79
5#4B0C64
6#3C0950
7#2D073C
8#1E0528
9#0F0214
Tints
Lighter variations
1#AA1BE2
2#B433E7
3#BD4CEA
4#C766ED
5#D07FF0
6#D999F3
7#E3B2F6
8#ECCCF9
9#F6E5FC
Tones
Muted variations
1#9320C0
2#8F29B7
3#8B32AE
4#873BA5
5#83449D
6#804D94
7#7C568B
8#785E82
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 | E9C4 #E9C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | D896 #D896F3 | BordersInactive statesPlaceholder text |
| 400 | C45F #C45FEC | Disabled statesSecondary iconsMuted text |
| 500 | B432 #B432E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 9718 #9718C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7813 #7813A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 560D #560D72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3709 #370949 | 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: #E9C4F8;
--purple-300: #D896F3;
--purple-400: #C45FEC;
--purple-500: #B432E7;
--purple-600: #9718C9;
--purple-700: #7813A0;
--purple-800: #560D72;
--purple-900: #370949;
--purple-950: #22052E;
}