Black
#15062D
PurpleColor Codes
All color formats for development
HEX
#15062DRGB
rgb(21, 6, 45)HSL
hsl(263, 76%, 10%)OKLCH
oklch(0.177 0.074 295.8)CMYK
cmyk(53%, 87%, 0%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#130628
2#110524
3#0F041F
4#0D041B
5#0A0316
6#080212
7#06020D
8#040109
9#020104
Tints
Lighter variations
1#280C55
2#3B117E
3#4E17A6
4#601CCE
5#7835E3
6#935DE9
7#AE86EE
8#C9AEF4
9#E4D7F9
Tones
Muted variations
1#15082B
2#160A29
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 #EAE0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8C5 #D8C5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | BA98 #BA98F1 | BordersInactive statesPlaceholder text |
| 400 | 9662 #9662EA | Disabled statesSecondary iconsMuted text |
| 500 | 7835 #7835E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5C1B #5C1BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4915 #49159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 340F #340F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 220A #220A48 | Primary textHigh emphasis contentDark headings |
| 950 | 1506 #15062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F6F2FD;
--black-100: #EAE0FB;
--black-200: #D8C5F7;
--black-300: #BA98F1;
--black-400: #9662EA;
--black-500: #7835E3;
--black-600: #5C1BC5;
--black-700: #49159D;
--black-800: #340F70;
--black-900: #220A48;
--black-950: #15062D;
}