Purple
#7A00B3
PurpleColor Codes
All color formats for development
HEX
#7A00B3RGB
rgb(122, 0, 179)HSL
hsl(281, 100%, 35%)OKLCH
oklch(0.451 0.23 308.6)CMYK
cmyk(32%, 100%, 0%, 30%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6E00A1
2#62008F
3#55007D
4#49006B
5#3D0059
6#310047
7#250036
8#180024
9#0C0012
Tints
Lighter variations
1#9100D4
2#A700F5
3#B617FF
4#C038FF
5#CB59FF
6#D57AFF
7#E09CFF
8#EABDFF
9#F5DEFF
Tones
Muted variations
1#7709AA
2#7312A1
3#701B98
4#6D248F
5#6A2D86
6#66367D
7#633E74
8#60476B
9#5D5062
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF0 #FAF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F4DB #F4DBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | EABD #EABDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | DA8A #DA8AFF | BordersInactive statesPlaceholder text |
| 400 | C64D #C64DFF | Disabled statesSecondary iconsMuted text |
| 500 | B61A #B61AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 9900 #9900E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7A00 #7A00B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5700 #570080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3800 #380052 | Primary textHigh emphasis contentDark headings |
| 950 | 2300 #230033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FAF0FF;
--purple-100: #F4DBFF;
--purple-200: #EABDFF;
--purple-300: #DA8AFF;
--purple-400: #C64DFF;
--purple-500: #B61AFF;
--purple-600: #9900E0;
--purple-700: #7A00B3;
--purple-800: #570080;
--purple-900: #380052;
--purple-950: #230033;
}