Black
#1C062D
PurpleColor Codes
All color formats for development
HEX
#1C062DRGB
rgb(28, 6, 45)HSL
hsl(274, 76%, 10%)OKLCH
oklch(0.188 0.076 306.4)CMYK
cmyk(38%, 87%, 0%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#190628
2#160524
3#14041F
4#11041B
5#0E0316
6#0B0212
7#08020D
8#060109
9#030104
Tints
Lighter variations
1#350C55
2#4F117E
3#6817A6
4#811CCE
5#9835E3
6#AD5DE9
7#C186EE
8#D6AEF4
9#EAD7F9
Tones
Muted variations
1#1C082B
2#1C0A29
3#1B0C27
4#1B0E25
5#1B1023
6#1B1221
7#1A141F
8#1A161D
9#1A181B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F2 #F8F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EFE0 #EFE0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | E1C5 #E1C5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | CA98 #CA98F1 | BordersInactive statesPlaceholder text |
| 400 | AF62 #AF62EA | Disabled statesSecondary iconsMuted text |
| 500 | 9835 #9835E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7C1B #7C1BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6215 #62159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 460F #460F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2D0A #2D0A48 | Primary textHigh emphasis contentDark headings |
| 950 | 1C06 #1C062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F8F2FD;
--black-100: #EFE0FB;
--black-200: #E1C5F7;
--black-300: #CA98F1;
--black-400: #AF62EA;
--black-500: #9835E3;
--black-600: #7C1BC5;
--black-700: #62159D;
--black-800: #460F70;
--black-900: #2D0A48;
--black-950: #1C062D;
}