Black
#0D0033
PurpleColor Codes
All color formats for development
HEX
#0D0033RGB
rgb(13, 0, 51)HSL
hsl(255, 100%, 10%)OKLCH
oklch(0.161 0.094 284)CMYK
cmyk(75%, 100%, 0%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B002E
2#0A0029
3#090024
4#08001F
5#06001A
6#050014
7#04000F
8#03000A
9#010005
Tints
Lighter variations
1#180061
2#24008F
3#2F00BD
4#3B00EB
5#531AFF
6#7547FF
7#9875FF
8#BAA3FF
9#DDD1FF
Tones
Muted variations
1#0E0330
2#0F052E
3#11082B
4#120A29
5#130D26
6#140F24
7#161221
8#17141F
9#18171C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F0 #F4F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4DB #E4DBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDBD #CDBDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | A78A #A78AFF | BordersInactive statesPlaceholder text |
| 400 | 794D #794DFF | Disabled statesSecondary iconsMuted text |
| 500 | 531A #531AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3800 #3800E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2D00 #2D00B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2000 #200080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1400 #140052 | Primary textHigh emphasis contentDark headings |
| 950 | 0D00 #0D0033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F4F0FF;
--black-100: #E4DBFF;
--black-200: #CDBDFF;
--black-300: #A78AFF;
--black-400: #794DFF;
--black-500: #531AFF;
--black-600: #3800E0;
--black-700: #2D00B3;
--black-800: #200080;
--black-900: #140052;
--black-950: #0D0033;
}