Black
#240033
PurpleColor Codes
All color formats for development
HEX
#240033RGB
rgb(36, 0, 51)HSL
hsl(282, 100%, 10%)OKLCH
oklch(0.196 0.098 313.5)CMYK
cmyk(29%, 100%, 0%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#20002E
2#1D0029
3#190024
4#15001F
5#12001A
6#0E0014
7#0B000F
8#07000A
9#040005
Tints
Lighter variations
1#440061
2#64008F
3#8400BD
4#A400EB
5#BA1AFF
6#C847FF
7#D675FF
8#E3A3FF
9#F1D1FF
Tones
Muted variations
1#230330
2#22052E
3#21082B
4#200A29
5#1F0D26
6#1E0F24
7#1D1221
8#1C141F
9#1B171C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF0 #FAF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F4DB #F4DBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | EBBD #EBBDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | DC8A #DC8AFF | BordersInactive statesPlaceholder text |
| 400 | C94D #C94DFF | Disabled statesSecondary iconsMuted text |
| 500 | BA1A #BA1AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 9D00 #9D00E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7D00 #7D00B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5900 #590080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3900 #390052 | Primary textHigh emphasis contentDark headings |
| 950 | 2400 #240033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FAF0FF;
--black-100: #F4DBFF;
--black-200: #EBBDFF;
--black-300: #DC8AFF;
--black-400: #C94DFF;
--black-500: #BA1AFF;
--black-600: #9D00E0;
--black-700: #7D00B3;
--black-800: #590080;
--black-900: #390052;
--black-950: #240033;
}