Black
#1F0231
PurpleColor Codes
All color formats for development
HEX
#1F0231RGB
rgb(31, 2, 49)HSL
hsl(277, 92%, 10%)OKLCH
oklch(0.189 0.09 308.6)CMYK
cmyk(37%, 96%, 0%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1C022C
2#190227
3#160122
4#13011D
5#0F0118
6#0C0114
7#09010F
8#06000A
9#030005
Tints
Lighter variations
1#3B045D
2#570689
3#7308B5
4#8E09E1
5#A523F6
6#B74FF8
7#C97BF9
8#DBA7FB
9#EDD3FD
Tones
Muted variations
1#1E042F
2#1E072C
3#1D092A
4#1D0B28
5#1C0E25
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 | F1DD #F1DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | E5BF #E5BFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | D18E #D18EFA | BordersInactive statesPlaceholder text |
| 400 | B954 #B954F8 | Disabled statesSecondary iconsMuted text |
| 500 | A523 #A523F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 8809 #8809D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6C07 #6C07AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4D05 #4D057A | Text on light backgroundsHeadingsStrong borders |
| 900 | 3203 #32034E | Primary textHigh emphasis contentDark headings |
| 950 | 1F02 #1F0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F9F0FE;
--black-100: #F1DDFE;
--black-200: #E5BFFC;
--black-300: #D18EFA;
--black-400: #B954F8;
--black-500: #A523F6;
--black-600: #8809D7;
--black-700: #6C07AB;
--black-800: #4D057A;
--black-900: #32034E;
--black-950: #1F0231;
}