Black
#210033
PurpleColor Codes
All color formats for development
HEX
#210033RGB
rgb(33, 0, 51)HSL
hsl(279, 100%, 10%)OKLCH
oklch(0.191 0.097 310.1)CMYK
cmyk(35%, 100%, 0%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1E002E
2#1B0029
3#170024
4#14001F
5#11001A
6#0D0014
7#0A000F
8#07000A
9#030005
Tints
Lighter variations
1#3F0061
2#5D008F
3#7B00BD
4#9800EB
5#AF1AFF
6#BF47FF
7#CF75FF
8#DFA3FF
9#EFD1FF
Tones
Muted variations
1#200330
2#20052E
3#1F082B
4#1E0A29
5#1D0D26
6#1D0F24
7#1C1221
8#1B141F
9#1A171C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF0 #FAF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F3DB #F3DBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | E8BD #E8BDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | D68A #D68AFF | BordersInactive statesPlaceholder text |
| 400 | C14D #C14DFF | Disabled statesSecondary iconsMuted text |
| 500 | AF1A #AF1AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 9200 #9200E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7400 #7400B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5300 #530080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3500 #350052 | Primary textHigh emphasis contentDark headings |
| 950 | 2100 #210033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FAF0FF;
--black-100: #F3DBFF;
--black-200: #E8BDFF;
--black-300: #D68AFF;
--black-400: #C14DFF;
--black-500: #AF1AFF;
--black-600: #9200E0;
--black-700: #7400B3;
--black-800: #530080;
--black-900: #350052;
--black-950: #210033;
}