Black
#1A072C
PurpleColor Codes
All color formats for development
HEX
#1A072CRGB
rgb(26, 7, 44)HSL
hsl(271, 73%, 10%)OKLCH
oklch(0.185 0.072 303.8)CMYK
cmyk(41%, 84%, 0%, 83%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#180628
2#150623
3#12051F
4#10041A
5#0D0316
6#0A0312
7#08020D
8#050109
9#030104
Tints
Lighter variations
1#320D54
2#49137C
3#6119A3
4#7820CB
5#8F38E0
6#A560E6
7#BC88EC
8#D2B0F3
9#E9D7F9
Tones
Muted variations
1#1A092A
2#1A0B28
3#1A0C27
4#1A0E25
5#1A1023
6#1A1221
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 | EEE0 #EEE0FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | DFC6 #DFC6F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | C69A #C69AEF | BordersInactive statesPlaceholder text |
| 400 | A865 #A865E7 | Disabled statesSecondary iconsMuted text |
| 500 | 8F38 #8F38E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 731E #731EC2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5B18 #5B189A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4111 #41116E | Text on light backgroundsHeadingsStrong borders |
| 900 | 2A0B #2A0B47 | Primary textHigh emphasis contentDark headings |
| 950 | 1A07 #1A072C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F8F2FD;
--black-100: #EEE0FA;
--black-200: #DFC6F6;
--black-300: #C69AEF;
--black-400: #A865E7;
--black-500: #8F38E0;
--black-600: #731EC2;
--black-700: #5B189A;
--black-800: #41116E;
--black-900: #2A0B47;
--black-950: #1A072C;
}