Black
#1B072C
PurpleColor Codes
All color formats for development
HEX
#1B072CRGB
rgb(27, 7, 44)HSL
hsl(272, 73%, 10%)OKLCH
oklch(0.187 0.072 305.3)CMYK
cmyk(39%, 84%, 0%, 83%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#180628
2#150623
3#13051F
4#10041A
5#0D0316
6#0B0312
7#08020D
8#050109
9#030104
Tints
Lighter variations
1#330D54
2#4B137C
3#6319A3
4#7B20CB
5#9238E0
6#A860E6
7#BE88EC
8#D3B0F3
9#E9D7F9
Tones
Muted variations
1#1B092A
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 | C79A #C79AEF | BordersInactive statesPlaceholder text |
| 400 | AA65 #AA65E7 | Disabled statesSecondary iconsMuted text |
| 500 | 9238 #9238E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 761E #761EC2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5E18 #5E189A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4311 #43116E | Text on light backgroundsHeadingsStrong borders |
| 900 | 2B0B #2B0B47 | Primary textHigh emphasis contentDark headings |
| 950 | 1B07 #1B072C | 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: #C79AEF;
--black-400: #AA65E7;
--black-500: #9238E0;
--black-600: #761EC2;
--black-700: #5E189A;
--black-800: #43116E;
--black-900: #2B0B47;
--black-950: #1B072C;
}