Black
#100033
PurpleColor Codes
All color formats for development
HEX
#100033RGB
rgb(16, 0, 51)HSL
hsl(259, 100%, 10%)OKLCH
oklch(0.164 0.094 288.1)CMYK
cmyk(69%, 100%, 0%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F002E
2#0D0029
3#0B0024
4#0A001F
5#08001A
6#060014
7#05000F
8#03000A
9#020005
Tints
Lighter variations
1#1F0061
2#2D008F
3#3C00BD
4#4A00EB
5#621AFF
6#8247FF
7#A175FF
8#C0A3FF
9#E0D1FF
Tones
Muted variations
1#110330
2#12052E
3#13082B
4#140A29
5#150D26
6#160F24
7#171221
8#18141F
9#19171C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F0 #F5F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7DB #E7DBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2BD #D2BDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | AF8A #AF8AFF | BordersInactive statesPlaceholder text |
| 400 | 854D #854DFF | Disabled statesSecondary iconsMuted text |
| 500 | 621A #621AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 4700 #4700E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3900 #3900B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2800 #280080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A00 #1A0052 | Primary textHigh emphasis contentDark headings |
| 950 | 1000 #100033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F5F0FF;
--black-100: #E7DBFF;
--black-200: #D2BDFF;
--black-300: #AF8AFF;
--black-400: #854DFF;
--black-500: #621AFF;
--black-600: #4700E0;
--black-700: #3900B3;
--black-800: #280080;
--black-900: #1A0052;
--black-950: #100033;
}