Black
#1D062D
PurpleColor Codes
All color formats for development
HEX
#1D062DRGB
rgb(29, 6, 45)HSL
hsl(275, 76%, 10%)OKLCH
oklch(0.189 0.076 307.9)CMYK
cmyk(36%, 87%, 0%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1A0628
2#170524
3#14041F
4#11041B
5#0E0316
6#0B0212
7#09020D
8#060109
9#030104
Tints
Lighter variations
1#370C55
2#50117E
3#6A17A6
4#841CCE
5#9B35E3
6#AF5DE9
7#C386EE
8#D7AEF4
9#EBD7F9
Tones
Muted variations
1#1C082B
2#1C0A29
3#1C0C27
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 | E2C5 #E2C5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | CC98 #CC98F1 | BordersInactive statesPlaceholder text |
| 400 | B162 #B162EA | Disabled statesSecondary iconsMuted text |
| 500 | 9B35 #9B35E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7E1B #7E1BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6515 #65159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 480F #480F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2E0A #2E0A48 | Primary textHigh emphasis contentDark headings |
| 950 | 1D06 #1D062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F8F2FD;
--black-100: #EFE0FB;
--black-200: #E2C5F7;
--black-300: #CC98F1;
--black-400: #B162EA;
--black-500: #9B35E3;
--black-600: #7E1BC5;
--black-700: #65159D;
--black-800: #480F70;
--black-900: #2E0A48;
--black-950: #1D062D;
}