Purple
#9815CB
PurpleColor Codes
All color formats for development
HEX
#9815CBRGB
rgb(152, 21, 203)HSL
hsl(283, 81%, 44%)OKLCH
oklch(0.52 0.248 312.7)CMYK
cmyk(25%, 90%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8813B7
2#7911A2
3#6A0F8E
4#5B0D7A
5#4C0B66
6#3D0951
7#2D063D
8#1E0429
9#0F0214
Tints
Lighter variations
1#AB18E5
2#B530E9
3#BE4AEC
4#C764EF
5#D17EF1
6#DA98F4
7#E3B1F7
8#ECCBFA
9#F6E5FC
Tones
Muted variations
1#941EC2
2#9027B9
3#8C31B0
4#883AA7
5#84439E
6#804C95
7#7C558B
8#785E82
9#746779
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF1 #FAF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F3DF #F3DFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | E9C3 #E9C3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | D995 #D995F4 | BordersInactive statesPlaceholder text |
| 400 | C55D #C55DEE | Disabled statesSecondary iconsMuted text |
| 500 | B52F #B52FE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 9815 #9815CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7911 #7911A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 560C #560C73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3708 #37084A | 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: #FAF1FE;
--purple-100: #F3DFFC;
--purple-200: #E9C3F9;
--purple-300: #D995F4;
--purple-400: #C55DEE;
--purple-500: #B52FE9;
--purple-600: #9815CB;
--purple-700: #7911A2;
--purple-800: #560C73;
--purple-900: #37084A;
--purple-950: #22052E;
}