Purple
#941EC2
PurpleColor Codes
All color formats for development
HEX
#941EC2RGB
rgb(148, 30, 194)HSL
hsl(283, 73%, 44%)OKLCH
oklch(0.512 0.235 313.4)CMYK
cmyk(24%, 85%, 0%, 24%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#851BAF
2#76189B
3#671588
4#591274
5#4A0F61
6#3B0C4E
7#2C093A
8#1E0627
9#0F0313
Tints
Lighter variations
1#A622DB
2#B139E0
3#BB52E4
4#C46BE8
5#CE83EC
6#D89CF0
7#E2B5F3
8#EBCEF7
9#F5E6FB
Tones
Muted variations
1#9026BA
2#8D2FB2
3#8937AA
4#853FA1
5#824799
6#7E4F91
7#7B5889
8#776081
9#746878
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF2 #FAF2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F3E0 #F3E0FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | E8C6 #E8C6F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | D79A #D79AEF | BordersInactive statesPlaceholder text |
| 400 | C265 #C265E7 | Disabled statesSecondary iconsMuted text |
| 500 | B138 #B138E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 941E #941EC2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7518 #75189A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5411 #54116E | Text on light backgroundsHeadingsStrong borders |
| 900 | 360B #360B47 | Primary textHigh emphasis contentDark headings |
| 950 | 2207 #22072C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FAF2FD;
--purple-100: #F3E0FA;
--purple-200: #E8C6F6;
--purple-300: #D79AEF;
--purple-400: #C265E7;
--purple-500: #B138E0;
--purple-600: #941EC2;
--purple-700: #75189A;
--purple-800: #54116E;
--purple-900: #360B47;
--purple-950: #22072C;
}