Black
#18062D
PurpleColor Codes
All color formats for development
HEX
#18062DRGB
rgb(24, 6, 45)HSL
hsl(268, 76%, 10%)OKLCH
oklch(0.182 0.075 300.4)CMYK
cmyk(47%, 87%, 0%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#160628
2#130524
3#11041F
4#0F041B
5#0C0316
6#0A0212
7#07020D
8#050109
9#020104
Tints
Lighter variations
1#2E0C55
2#44117E
3#5A17A6
4#6F1CCE
5#8635E3
6#9F5DE9
7#B786EE
8#CFAEF4
9#E7D7F9
Tones
Muted variations
1#18082B
2#180A29
3#190C27
4#190E25
5#191023
6#191221
7#19141F
8#19161D
9#19181B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F2 #F7F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | ECE0 #ECE0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | DCC5 #DCC5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | C198 #C198F1 | BordersInactive statesPlaceholder text |
| 400 | A162 #A162EA | Disabled statesSecondary iconsMuted text |
| 500 | 8635 #8635E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6B1B #6B1BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5515 #55159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3D0F #3D0F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 270A #270A48 | Primary textHigh emphasis contentDark headings |
| 950 | 1806 #18062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F7F2FD;
--black-100: #ECE0FB;
--black-200: #DCC5F7;
--black-300: #C198F1;
--black-400: #A162EA;
--black-500: #8635E3;
--black-600: #6B1BC5;
--black-700: #55159D;
--black-800: #3D0F70;
--black-900: #270A48;
--black-950: #18062D;
}