Purple
#740CD4
PurpleColor Codes
All color formats for development
HEX
#740CD4RGB
rgb(116, 12, 212)HSL
hsl(271, 89%, 44%)OKLCH
oklch(0.478 0.252 297.8)CMYK
cmyk(45%, 94%, 0%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#680BBF
2#5C0AAA
3#510994
4#45077F
5#3A066A
6#2E0555
7#230440
8#17022A
9#0C0115
Tints
Lighter variations
1#820EEF
2#9027F2
3#9E42F4
4#AC5DF6
5#BA78F7
6#C893F9
7#D5AEFA
8#E3C9FC
9#F1E4FD
Tones
Muted variations
1#7316CA
2#7320C0
3#732AB6
4#7234AC
5#723EA2
6#724898
7#71528E
8#715C84
9#71667A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F1 #F8F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EEDD #EEDDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | DFC0 #DFC0FB | Secondary backgroundsInput backgroundsDividers |
| 300 | C690 #C690F9 | BordersInactive statesPlaceholder text |
| 400 | A856 #A856F5 | Disabled statesSecondary iconsMuted text |
| 500 | 9026 #9026F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 740C #740CD4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5C0A #5C0AA9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4207 #420778 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2A04 #2A044D | Primary textHigh emphasis contentDark headings |
| 950 | 1A03 #1A0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #F8F1FE;
--purple-100: #EEDDFD;
--purple-200: #DFC0FB;
--purple-300: #C690F9;
--purple-400: #A856F5;
--purple-500: #9026F2;
--purple-600: #740CD4;
--purple-700: #5C0AA9;
--purple-800: #420778;
--purple-900: #2A044D;
--purple-950: #1A0330;
}