Black
#15072C
PurpleColor Codes
All color formats for development
HEX
#15072CRGB
rgb(21, 7, 44)HSL
hsl(263, 73%, 10%)OKLCH
oklch(0.178 0.071 296)CMYK
cmyk(52%, 84%, 0%, 83%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#130628
2#110623
3#0F051F
4#0D041A
5#0B0316
6#080312
7#06020D
8#040109
9#020104
Tints
Lighter variations
1#280D54
2#3B137C
3#4E19A3
4#6120CB
5#7938E0
6#9460E6
7#AE88EC
8#C9B0F3
9#E4D7F9
Tones
Muted variations
1#16092A
2#160B28
3#160C27
4#170E25
5#171023
6#181221
7#18141F
8#19161D
9#19181B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F2 #F6F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAE0 #EAE0FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8C6 #D8C6F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | BA9A #BA9AEF | BordersInactive statesPlaceholder text |
| 400 | 9765 #9765E7 | Disabled statesSecondary iconsMuted text |
| 500 | 7938 #7938E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5D1E #5D1EC2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4A18 #4A189A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3511 #35116E | Text on light backgroundsHeadingsStrong borders |
| 900 | 220B #220B47 | Primary textHigh emphasis contentDark headings |
| 950 | 1507 #15072C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F6F2FD;
--black-100: #EAE0FA;
--black-200: #D8C6F6;
--black-300: #BA9AEF;
--black-400: #9765E7;
--black-500: #7938E0;
--black-600: #5D1EC2;
--black-700: #4A189A;
--black-800: #35116E;
--black-900: #220B47;
--black-950: #15072C;
}