Black
#1E0231
PurpleColor Codes
All color formats for development
HEX
#1E0231RGB
rgb(30, 2, 49)HSL
hsl(276, 92%, 10%)OKLCH
oklch(0.187 0.089 307.3)CMYK
cmyk(39%, 96%, 0%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1B022C
2#180227
3#150122
4#12011D
5#0F0118
6#0C0114
7#09010F
8#06000A
9#030005
Tints
Lighter variations
1#39045D
2#550689
3#7008B5
4#8B09E1
5#A123F6
6#B44FF8
7#C77BF9
8#DAA7FB
9#ECD3FD
Tones
Muted variations
1#1E042F
2#1D072C
3#1D092A
4#1C0B28
5#1C0E25
6#1B1023
7#1B1221
8#1A151E
9#1A171C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F0 #F9F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F0DD #F0DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | E4BF #E4BFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | CF8E #CF8EFA | BordersInactive statesPlaceholder text |
| 400 | B654 #B654F8 | Disabled statesSecondary iconsMuted text |
| 500 | A123 #A123F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 8509 #8509D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6A07 #6A07AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4B05 #4B057A | Text on light backgroundsHeadingsStrong borders |
| 900 | 3003 #30034E | Primary textHigh emphasis contentDark headings |
| 950 | 1E02 #1E0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F9F0FE;
--black-100: #F0DDFE;
--black-200: #E4BFFC;
--black-300: #CF8EFA;
--black-400: #B654F8;
--black-500: #A123F6;
--black-600: #8509D7;
--black-700: #6A07AB;
--black-800: #4B057A;
--black-900: #30034E;
--black-950: #1E0231;
}