Black
#180330
PurpleColor Codes
All color formats for development
HEX
#180330RGB
rgb(24, 3, 48)HSL
hsl(268, 88%, 10%)OKLCH
oklch(0.179 0.085 299.7)CMYK
cmyk(50%, 94%, 0%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#16032B
2#130226
3#110222
4#0E021D
5#0C0218
6#0A0113
7#07010E
8#05010A
9#020005
Tints
Lighter variations
1#2E065B
2#430986
3#590BB1
4#6E0EDD
5#8627F1
6#9E52F4
7#B67EF7
8#CEA9F9
9#E7D4FC
Tones
Muted variations
1#18052E
2#18082B
3#180A29
4#190C27
5#190E25
6#191122
7#191320
8#19151E
9#19171C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F1 #F7F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | ECDD #ECDDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | DCC1 #DCC1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | C191 #C191F8 | BordersInactive statesPlaceholder text |
| 400 | A157 #A157F4 | Disabled statesSecondary iconsMuted text |
| 500 | 8627 #8627F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6A0D #6A0DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 540B #540BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3C08 #3C0878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2605 #26054D | Primary textHigh emphasis contentDark headings |
| 950 | 1803 #180330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F7F1FE;
--black-100: #ECDDFD;
--black-200: #DCC1FB;
--black-300: #C191F8;
--black-400: #A157F4;
--black-500: #8627F1;
--black-600: #6A0DD3;
--black-700: #540BA8;
--black-800: #3C0878;
--black-900: #26054D;
--black-950: #180330;
}