Black
#1C0330
PurpleColor Codes
All color formats for development
HEX
#1C0330RGB
rgb(28, 3, 48)HSL
hsl(273, 88%, 10%)OKLCH
oklch(0.185 0.086 305.2)CMYK
cmyk(42%, 94%, 0%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#19032B
2#160226
3#130222
4#11021D
5#0E0218
6#0B0113
7#08010E
8#06010A
9#030005
Tints
Lighter variations
1#35065B
2#4E0986
3#670BB1
4#800EDD
5#9627F1
6#AB52F4
7#C07EF7
8#D5A9F9
9#EAD4FC
Tones
Muted variations
1#1C052E
2#1B082B
3#1B0A29
4#1B0C27
5#1B0E25
6#1A1122
7#1A1320
8#1A151E
9#1A171C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F1 #F8F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EFDD #EFDDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | E1C1 #E1C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | CA91 #CA91F8 | BordersInactive statesPlaceholder text |
| 400 | AE57 #AE57F4 | Disabled statesSecondary iconsMuted text |
| 500 | 9627 #9627F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7A0D #7A0DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 610B #610BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4508 #450878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2C05 #2C054D | Primary textHigh emphasis contentDark headings |
| 950 | 1C03 #1C0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F8F1FE;
--black-100: #EFDDFD;
--black-200: #E1C1FB;
--black-300: #CA91F8;
--black-400: #AE57F4;
--black-500: #9627F1;
--black-600: #7A0DD3;
--black-700: #610BA8;
--black-800: #450878;
--black-900: #2C054D;
--black-950: #1C0330;
}