Purple
#69149F
PurpleColor Codes
All color formats for development
HEX
#69149FRGB
rgb(105, 20, 159)HSL
hsl(277, 78%, 35%)OKLCH
oklch(0.418 0.2 306.5)CMYK
cmyk(34%, 87%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5F128F
2#54107F
3#4A0E6F
4#3F0C5F
5#350A4F
6#2A0840
7#200630
8#150420
9#0B0210
Tints
Lighter variations
1#7D17BC
2#911BDA
3#A030E5
4#AE4EE9
5#BB6BED
6#C989F0
7#D6A6F4
8#E4C4F8
9#F1E1FB
Tones
Muted variations
1#681B98
2#662291
3#65298A
4#632F83
5#61367C
6#603D75
7#5E446E
8#5C4B67
9#5B5260
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F1 #F9F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F0DF #F0DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | E4C4 #E4C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | CF97 #CF97F2 | BordersInactive statesPlaceholder text |
| 400 | B660 #B660EB | Disabled statesSecondary iconsMuted text |
| 500 | A133 #A133E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 8519 #8519C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6914 #69149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4B0E #4B0E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3009 #300949 | Primary textHigh emphasis contentDark headings |
| 950 | 1E06 #1E062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #F9F1FD;
--purple-100: #F0DFFB;
--purple-200: #E4C4F8;
--purple-300: #CF97F2;
--purple-400: #B660EB;
--purple-500: #A133E6;
--purple-600: #8519C8;
--purple-700: #69149F;
--purple-800: #4B0E71;
--purple-900: #300949;
--purple-950: #1E062D;
}