Black
#160231
PurpleColor Codes
All color formats for development
HEX
#160231RGB
rgb(22, 2, 49)HSL
hsl(266, 92%, 10%)OKLCH
oklch(0.175 0.088 296.7)CMYK
cmyk(55%, 96%, 0%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#14022C
2#120227
3#100122
4#0D011D
5#0B0118
6#090114
7#07010F
8#04000A
9#020005
Tints
Lighter variations
1#2B045D
2#3F0689
3#5308B5
4#6709E1
5#7E23F6
6#984FF8
7#B27BF9
8#CBA7FB
9#E5D3FD
Tones
Muted variations
1#17042F
2#17072C
3#17092A
4#180B28
5#180E25
6#181023
7#191221
8#19151E
9#19171C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F0 #F6F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBDD #EBDDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | DABF #DABFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | BD8E #BD8EFA | BordersInactive statesPlaceholder text |
| 400 | 9B54 #9B54F8 | Disabled statesSecondary iconsMuted text |
| 500 | 7E23 #7E23F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6209 #6209D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4E07 #4E07AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3805 #38057A | Text on light backgroundsHeadingsStrong borders |
| 900 | 2403 #24034E | Primary textHigh emphasis contentDark headings |
| 950 | 1602 #160231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F6F0FE;
--black-100: #EBDDFE;
--black-200: #DABFFC;
--black-300: #BD8EFA;
--black-400: #9B54F8;
--black-500: #7E23F6;
--black-600: #6209D7;
--black-700: #4E07AB;
--black-800: #38057A;
--black-900: #24034E;
--black-950: #160231;
}