Black
#1C0231
PurpleColor Codes
All color formats for development
HEX
#1C0231RGB
rgb(28, 2, 49)HSL
hsl(273, 92%, 10%)OKLCH
oklch(0.184 0.089 304.8)CMYK
cmyk(43%, 96%, 0%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#19022C
2#160227
3#130122
4#11011D
5#0E0118
6#0B0114
7#08010F
8#06000A
9#030005
Tints
Lighter variations
1#35045D
2#4E0689
3#6708B5
4#8009E1
5#9723F6
6#AC4FF8
7#C07BF9
8#D5A7FB
9#EAD3FD
Tones
Muted variations
1#1C042F
2#1B072C
3#1B092A
4#1B0B28
5#1B0E25
6#1A1023
7#1A1221
8#1A151E
9#1A171C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F0 #F8F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EFDD #EFDDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | E1BF #E1BFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | CA8E #CA8EFA | BordersInactive statesPlaceholder text |
| 400 | AE54 #AE54F8 | Disabled statesSecondary iconsMuted text |
| 500 | 9723 #9723F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7B09 #7B09D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6107 #6107AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4605 #46057A | Text on light backgroundsHeadingsStrong borders |
| 900 | 2D03 #2D034E | Primary textHigh emphasis contentDark headings |
| 950 | 1C02 #1C0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F8F0FE;
--black-100: #EFDDFE;
--black-200: #E1BFFC;
--black-300: #CA8EFA;
--black-400: #AE54F8;
--black-500: #9723F6;
--black-600: #7B09D7;
--black-700: #6107AB;
--black-800: #46057A;
--black-900: #2D034E;
--black-950: #1C0231;
}