Purple
#7612CE
PurpleColor Codes
All color formats for development
HEX
#7612CERGB
rgb(118, 18, 206)HSL
hsl(272, 84%, 44%)OKLCH
oklch(0.477 0.245 299.7)CMYK
cmyk(43%, 91%, 0%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6B10BA
2#5F0EA5
3#530D91
4#470B7C
5#3B0967
6#2F0753
7#24053E
8#180429
9#0C0215
Tints
Lighter variations
1#8614E9
2#932DED
3#A147EF
4#AE61F1
5#BC7CF4
6#C996F6
7#D7B0F8
8#E4CAFA
9#F2E5FD
Tones
Muted variations
1#761BC5
2#7525BC
3#752EB2
4#7438A9
5#73419F
6#734B96
7#72548C
8#715D83
9#71677A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F1 #F8F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EEDE #EEDEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | E0C2 #E0C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | C893 #C893F6 | BordersInactive statesPlaceholder text |
| 400 | AB5B #AB5BF1 | Disabled statesSecondary iconsMuted text |
| 500 | 932C #932CED | Primary brand colorCTAsActive elementsLinks |
| 600 | 7612 #7612CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5E0E #5E0EA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 430A #430A75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2B07 #2B074B | Primary textHigh emphasis contentDark headings |
| 950 | 1B04 #1B042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #F8F1FE;
--purple-100: #EEDEFC;
--purple-200: #E0C2FA;
--purple-300: #C893F6;
--purple-400: #AB5BF1;
--purple-500: #932CED;
--purple-600: #7612CE;
--purple-700: #5E0EA4;
--purple-800: #430A75;
--purple-900: #2B074B;
--purple-950: #1B042F;
}