Black
#1D072C
PurpleColor Codes
All color formats for development
HEX
#1D072CRGB
rgb(29, 7, 44)HSL
hsl(276, 73%, 10%)OKLCH
oklch(0.19 0.073 308.4)CMYK
cmyk(34%, 84%, 0%, 83%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1A0628
2#170623
3#14051F
4#12041A
5#0F0316
6#0C0312
7#09020D
8#060109
9#030104
Tints
Lighter variations
1#380D54
2#52137C
3#6C19A3
4#8620CB
5#9D38E0
6#B160E6
7#C488EC
8#D8B0F3
9#EBD7F9
Tones
Muted variations
1#1D092A
2#1C0B28
3#1C0C27
4#1C0E25
5#1B1023
6#1B1221
7#1B141F
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 | F0E0 #F0E0FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | E3C6 #E3C6F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | CD9A #CD9AEF | BordersInactive statesPlaceholder text |
| 400 | B365 #B365E7 | Disabled statesSecondary iconsMuted text |
| 500 | 9D38 #9D38E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 811E #811EC2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6618 #66189A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4911 #49116E | Text on light backgroundsHeadingsStrong borders |
| 900 | 2F0B #2F0B47 | Primary textHigh emphasis contentDark headings |
| 950 | 1D07 #1D072C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F8F2FD;
--black-100: #F0E0FA;
--black-200: #E3C6F6;
--black-300: #CD9AEF;
--black-400: #B365E7;
--black-500: #9D38E0;
--black-600: #811EC2;
--black-700: #66189A;
--black-800: #49116E;
--black-900: #2F0B47;
--black-950: #1D072C;
}