Purple
#9902DE
PurpleColor Codes
All color formats for development
HEX
#9902DERGB
rgb(153, 2, 222)HSL
hsl(281, 98%, 44%)OKLCH
oklch(0.531 0.27 308.8)CMYK
cmyk(31%, 99%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8902C8
2#7A02B2
3#6B029C
4#5C0185
5#4C016F
6#3D0159
7#2E0143
8#1F002C
9#0F0016
Tints
Lighter variations
1#AC03FA
2#B61DFD
3#BF39FD
4#C855FD
5#D172FE
6#DA8EFE
7#E4AAFE
8#EDC6FE
9#F6E3FF
Tones
Muted variations
1#940DD3
2#9018C8
3#8C23BD
4#882EB2
5#8439A7
6#80449C
7#7C4F91
8#785A86
9#74657B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF0 #FAF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F4DC #F4DCFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | EABD #EABDFE | Secondary backgroundsInput backgroundsDividers |
| 300 | D98B #D98BFE | BordersInactive statesPlaceholder text |
| 400 | C64E #C64EFD | Disabled statesSecondary iconsMuted text |
| 500 | B51C #B51CFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 9902 #9902DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7902 #7902B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5701 #57017E | Text on light backgroundsHeadingsStrong borders |
| 900 | 3701 #370151 | Primary textHigh emphasis contentDark headings |
| 950 | 2301 #230132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FAF0FF;
--purple-100: #F4DCFF;
--purple-200: #EABDFE;
--purple-300: #D98BFE;
--purple-400: #C64EFD;
--purple-500: #B51CFD;
--purple-600: #9902DE;
--purple-700: #7902B1;
--purple-800: #57017E;
--purple-900: #370151;
--purple-950: #230132;
}