Black
#210231
PurpleColor Codes
All color formats for development
HEX
#210231RGB
rgb(33, 2, 49)HSL
hsl(280, 92%, 10%)OKLCH
oklch(0.193 0.09 311.1)CMYK
cmyk(33%, 96%, 0%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1E022C
2#1B0227
3#170122
4#14011D
5#110118
6#0D0114
7#0A010F
8#07000A
9#030005
Tints
Lighter variations
1#3F045D
2#5D0689
3#7B08B5
4#9909E1
5#AF23F6
6#BF4FF8
7#CF7BF9
8#DFA7FB
9#EFD3FD
Tones
Muted variations
1#21042F
2#20072C
3#1F092A
4#1E0B28
5#1D0E25
6#1D1023
7#1C1221
8#1B151E
9#1A171C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF0 #FAF0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F3DD #F3DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | E8BF #E8BFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | D68E #D68EFA | BordersInactive statesPlaceholder text |
| 400 | C154 #C154F8 | Disabled statesSecondary iconsMuted text |
| 500 | AF23 #AF23F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 9309 #9309D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7507 #7507AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5305 #53057A | Text on light backgroundsHeadingsStrong borders |
| 900 | 3503 #35034E | Primary textHigh emphasis contentDark headings |
| 950 | 2102 #210231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FAF0FE;
--black-100: #F3DDFE;
--black-200: #E8BFFC;
--black-300: #D68EFA;
--black-400: #C154F8;
--black-500: #AF23F6;
--black-600: #9309D7;
--black-700: #7507AB;
--black-800: #53057A;
--black-900: #35034E;
--black-950: #210231;
}