Black
#180033
PurpleColor Codes
All color formats for development
HEX
#180033RGB
rgb(24, 0, 51)HSL
hsl(268, 100%, 10%)OKLCH
oklch(0.176 0.095 298.9)CMYK
cmyk(53%, 100%, 0%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#15002E
2#130029
3#110024
4#0E001F
5#0C001A
6#0A0014
7#07000F
8#05000A
9#020005
Tints
Lighter variations
1#2D0061
2#43008F
3#5800BD
4#6D00EB
5#851AFF
6#9D47FF
7#B675FF
8#CEA3FF
9#E7D1FF
Tones
Muted variations
1#180330
2#18052E
3#18082B
4#180A29
5#190D26
6#190F24
7#191221
8#19141F
9#19171C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F0 #F7F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | ECDB #ECDBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DCBD #DCBDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | C08A #C08AFF | BordersInactive statesPlaceholder text |
| 400 | A04D #A04DFF | Disabled statesSecondary iconsMuted text |
| 500 | 851A #851AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 6900 #6900E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5300 #5300B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3C00 #3C0080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2600 #260052 | Primary textHigh emphasis contentDark headings |
| 950 | 1800 #180033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F7F0FF;
--black-100: #ECDBFF;
--black-200: #DCBDFF;
--black-300: #C08AFF;
--black-400: #A04DFF;
--black-500: #851AFF;
--black-600: #6900E0;
--black-700: #5300B3;
--black-800: #3C0080;
--black-900: #260052;
--black-950: #180033;
}