Purple
#6800B3
PurpleColor Codes
All color formats for development
HEX
#6800B3RGB
rgb(104, 0, 179)HSL
hsl(275, 100%, 35%)OKLCH
oklch(0.427 0.226 301.1)CMYK
cmyk(42%, 100%, 0%, 30%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5E00A1
2#53008F
3#49007D
4#3E006B
5#340059
6#2A0047
7#1F0036
8#150024
9#0A0012
Tints
Lighter variations
1#7B00D4
2#8F00F5
3#9E17FF
4#AC38FF
5#BA59FF
6#C87AFF
7#D69CFF
8#E3BDFF
9#F1DEFF
Tones
Muted variations
1#6709AA
2#6512A1
3#641B98
4#62248F
5#612D86
6#5F367D
7#5E3E74
8#5C476B
9#5B5062
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F0 #F9F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F0DB #F0DBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | E3BD #E3BDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | CE8A #CE8AFF | BordersInactive statesPlaceholder text |
| 400 | B54D #B54DFF | Disabled statesSecondary iconsMuted text |
| 500 | 9F1A #9F1AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 8300 #8300E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6800 #6800B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4A00 #4A0080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3000 #300052 | Primary textHigh emphasis contentDark headings |
| 950 | 1E00 #1E0033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #F9F0FF;
--purple-100: #F0DBFF;
--purple-200: #E3BDFF;
--purple-300: #CE8AFF;
--purple-400: #B54DFF;
--purple-500: #9F1AFF;
--purple-600: #8300E0;
--purple-700: #6800B3;
--purple-800: #4A0080;
--purple-900: #300052;
--purple-950: #1E0033;
}