Black
#1F0330
PurpleColor Codes
All color formats for development
HEX
#1F0330RGB
rgb(31, 3, 48)HSL
hsl(277, 88%, 10%)OKLCH
oklch(0.19 0.087 309.1)CMYK
cmyk(35%, 94%, 0%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1C032B
2#190226
3#160222
4#12021D
5#0F0218
6#0C0113
7#09010E
8#06010A
9#030005
Tints
Lighter variations
1#3A065B
2#560986
3#720BB1
4#8D0EDD
5#A427F1
6#B652F4
7#C87EF7
8#DBA9F9
9#EDD4FC
Tones
Muted variations
1#1E052E
2#1E082B
3#1D0A29
4#1D0C27
5#1C0E25
6#1C1122
7#1B1320
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 | F1DD #F1DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | E5C1 #E5C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | D091 #D091F8 | BordersInactive statesPlaceholder text |
| 400 | B857 #B857F4 | Disabled statesSecondary iconsMuted text |
| 500 | A427 #A427F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 870D #870DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6C0B #6C0BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4D08 #4D0878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3105 #31054D | Primary textHigh emphasis contentDark headings |
| 950 | 1F03 #1F0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F9F1FE;
--black-100: #F1DDFD;
--black-200: #E5C1FB;
--black-300: #D091F8;
--black-400: #B857F4;
--black-500: #A427F1;
--black-600: #870DD3;
--black-700: #6C0BA8;
--black-800: #4D0878;
--black-900: #31054D;
--black-950: #1F0330;
}