Black
#0E0033
PurpleColor Codes
All color formats for development
HEX
#0E0033RGB
rgb(14, 0, 51)HSL
hsl(256, 100%, 10%)OKLCH
oklch(0.162 0.094 285.3)CMYK
cmyk(73%, 100%, 0%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C002E
2#0B0029
3#0A0024
4#08001F
5#07001A
6#050014
7#04000F
8#03000A
9#010005
Tints
Lighter variations
1#1A0061
2#26008F
3#3200BD
4#3F00EB
5#571AFF
6#7847FF
7#9A75FF
8#BCA3FF
9#DDD1FF
Tones
Muted variations
1#0F0330
2#10052E
3#11082B
4#120A29
5#140D26
6#150F24
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 | E5DB #E5DBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEBD #CEBDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | A98A #A98AFF | BordersInactive statesPlaceholder text |
| 400 | 7C4D #7C4DFF | Disabled statesSecondary iconsMuted text |
| 500 | 571A #571AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3C00 #3C00E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3000 #3000B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2200 #220080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1600 #160052 | Primary textHigh emphasis contentDark headings |
| 950 | 0E00 #0E0033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F4F0FF;
--black-100: #E5DBFF;
--black-200: #CEBDFF;
--black-300: #A98AFF;
--black-400: #7C4DFF;
--black-500: #571AFF;
--black-600: #3C00E0;
--black-700: #3000B3;
--black-800: #220080;
--black-900: #160052;
--black-950: #0E0033;
}