Black
#200330
PurpleColor Codes
All color formats for development
HEX
#200330RGB
rgb(32, 3, 48)HSL
hsl(279, 88%, 10%)OKLCH
oklch(0.192 0.087 310.4)CMYK
cmyk(33%, 94%, 0%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1D032B
2#1A0226
3#170222
4#13021D
5#100218
6#0D0113
7#0A010E
8#06010A
9#030005
Tints
Lighter variations
1#3D065B
2#5A0986
3#770BB1
4#940EDD
5#AB27F1
6#BB52F4
7#CC7EF7
8#DDA9F9
9#EED4FC
Tones
Muted variations
1#20052E
2#1F082B
3#1E0A29
4#1E0C27
5#1D0E25
6#1C1122
7#1C1320
8#1B151E
9#1A171C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F1 #F9F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F2DD #F2DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | E7C1 #E7C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | D491 #D491F8 | BordersInactive statesPlaceholder text |
| 400 | BD57 #BD57F4 | Disabled statesSecondary iconsMuted text |
| 500 | AB27 #AB27F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 8E0D #8E0DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 710B #710BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5108 #510878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3405 #34054D | Primary textHigh emphasis contentDark headings |
| 950 | 2003 #200330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F9F1FE;
--black-100: #F2DDFD;
--black-200: #E7C1FB;
--black-300: #D491F8;
--black-400: #BD57F4;
--black-500: #AB27F1;
--black-600: #8E0DD3;
--black-700: #710BA8;
--black-800: #510878;
--black-900: #34054D;
--black-950: #200330;
}