Purple
#9619C8
PurpleColor Codes
All color formats for development
HEX
#9619C8RGB
rgb(150, 25, 200)HSL
hsl(283, 78%, 44%)OKLCH
oklch(0.517 0.243 312.7)CMYK
cmyk(25%, 88%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8716B4
2#7814A0
3#69118C
4#5A0F78
5#4B0C64
6#3C0A50
7#2D073C
8#1E0528
9#0F0214
Tints
Lighter variations
1#A91CE1
2#B334E6
3#BD4DE9
4#C666EC
5#D080EF
6#D999F2
7#E3B3F6
8#ECCCF9
9#F6E6FC
Tones
Muted variations
1#9221BF
2#8F2AB6
3#8B33AD
4#873CA5
5#83449C
6#7F4D93
7#7C568A
8#785F82
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 | D897 #D897F2 | BordersInactive statesPlaceholder text |
| 400 | C460 #C460EB | Disabled statesSecondary iconsMuted text |
| 500 | B333 #B333E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 9619 #9619C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7714 #77149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 550E #550E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3709 #370949 | Primary textHigh emphasis contentDark headings |
| 950 | 2206 #22062D | 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: #D897F2;
--purple-400: #C460EB;
--purple-500: #B333E6;
--purple-600: #9619C8;
--purple-700: #77149F;
--purple-800: #550E71;
--purple-900: #370949;
--purple-950: #22062D;
}