Purple
#9C03DD
PurpleColor Codes
All color formats for development
HEX
#9C03DDRGB
rgb(156, 3, 221)HSL
hsl(282, 97%, 44%)OKLCH
oklch(0.535 0.269 310)CMYK
cmyk(29%, 99%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8C03C7
2#7D03B1
3#6D029B
4#5D0285
5#4E026F
6#3E0158
7#2F0142
8#1F012C
9#100016
Tints
Lighter variations
1#B004F9
2#B91EFC
3#C23AFC
4#CB56FC
5#D372FD
6#DC8EFD
7#E5ABFE
8#EEC7FE
9#F6E3FF
Tones
Muted variations
1#970ED2
2#9319C7
3#8F24BC
4#8A2FB2
5#863AA7
6#82459C
7#7D5091
8#795A86
9#75657B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF0 #FAF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F4DC #F4DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | EBBE #EBBEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | DB8B #DB8BFD | BordersInactive statesPlaceholder text |
| 400 | C84F #C84FFC | Disabled statesSecondary iconsMuted text |
| 500 | B91D #B91DFC | Primary brand colorCTAsActive elementsLinks |
| 600 | 9C03 #9C03DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7C03 #7C03B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5802 #58027E | Text on light backgroundsHeadingsStrong borders |
| 900 | 3901 #390150 | Primary textHigh emphasis contentDark headings |
| 950 | 2301 #230132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FAF0FF;
--purple-100: #F4DCFE;
--purple-200: #EBBEFE;
--purple-300: #DB8BFD;
--purple-400: #C84FFC;
--purple-500: #B91DFC;
--purple-600: #9C03DD;
--purple-700: #7C03B0;
--purple-800: #58027E;
--purple-900: #390150;
--purple-950: #230132;
}