Purple
#9403DD
PurpleColor Codes
All color formats for development
HEX
#9403DDRGB
rgb(148, 3, 221)HSL
hsl(280, 97%, 44%)OKLCH
oklch(0.524 0.267 307.4)CMYK
cmyk(33%, 99%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8603C7
2#7703B1
3#68029B
4#590285
5#4A026F
6#3B0158
7#2D0142
8#1E012C
9#0F0016
Tints
Lighter variations
1#A704F9
2#B21EFC
3#BB3AFC
4#C556FC
5#CF72FD
6#D88EFD
7#E2ABFE
8#ECC7FE
9#F5E3FF
Tones
Muted variations
1#910ED2
2#8D19C7
3#8A24BC
4#862FB2
5#823AA7
6#7F459C
7#7B5091
8#775A86
9#74657B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF0 #FAF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F3DC #F3DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | E9BE #E9BEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | D78B #D78BFD | BordersInactive statesPlaceholder text |
| 400 | C34F #C34FFC | Disabled statesSecondary iconsMuted text |
| 500 | B11D #B11DFC | Primary brand colorCTAsActive elementsLinks |
| 600 | 9403 #9403DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7603 #7603B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5402 #54027E | Text on light backgroundsHeadingsStrong borders |
| 900 | 3601 #360150 | Primary textHigh emphasis contentDark headings |
| 950 | 2201 #220132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FAF0FF;
--purple-100: #F3DCFE;
--purple-200: #E9BEFE;
--purple-300: #D78BFD;
--purple-400: #C34FFC;
--purple-500: #B11DFC;
--purple-600: #9403DD;
--purple-700: #7603B0;
--purple-800: #54027E;
--purple-900: #360150;
--purple-950: #220132;
}