Black
#200231
PurpleColor Codes
All color formats for development
HEX
#200231RGB
rgb(32, 2, 49)HSL
hsl(278, 92%, 10%)OKLCH
oklch(0.191 0.09 309.9)CMYK
cmyk(35%, 96%, 0%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1D022C
2#190227
3#160122
4#13011D
5#100118
6#0D0114
7#0A010F
8#06000A
9#030005
Tints
Lighter variations
1#3C045D
2#590689
3#7508B5
4#9209E1
5#A823F6
6#BA4FF8
7#CB7BF9
8#DCA7FB
9#EED3FD
Tones
Muted variations
1#1F042F
2#1F072C
3#1E092A
4#1D0B28
5#1D0E25
6#1C1023
7#1B1221
8#1B151E
9#1A171C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F0 #F9F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F2DD #F2DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | E6BF #E6BFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | D38E #D38EFA | BordersInactive statesPlaceholder text |
| 400 | BC54 #BC54F8 | Disabled statesSecondary iconsMuted text |
| 500 | A823 #A823F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 8C09 #8C09D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6F07 #6F07AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4F05 #4F057A | Text on light backgroundsHeadingsStrong borders |
| 900 | 3303 #33034E | Primary textHigh emphasis contentDark headings |
| 950 | 2002 #200231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F9F0FE;
--black-100: #F2DDFE;
--black-200: #E6BFFC;
--black-300: #D38EFA;
--black-400: #BC54F8;
--black-500: #A823F6;
--black-600: #8C09D7;
--black-700: #6F07AB;
--black-800: #4F057A;
--black-900: #33034E;
--black-950: #200231;
}