Black
#230033
PurpleColor Codes
All color formats for development
HEX
#230033RGB
rgb(35, 0, 51)HSL
hsl(281, 100%, 10%)OKLCH
oklch(0.195 0.097 312.3)CMYK
cmyk(31%, 100%, 0%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1F002E
2#1C0029
3#180024
4#15001F
5#11001A
6#0E0014
7#0A000F
8#07000A
9#030005
Tints
Lighter variations
1#420061
2#62008F
3#8100BD
4#A000EB
5#B61AFF
6#C547FF
7#D375FF
8#E2A3FF
9#F0D1FF
Tones
Muted variations
1#220330
2#21052E
3#20082B
4#1F0A29
5#1E0D26
6#1D0F24
7#1C1221
8#1B141F
9#1A171C
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 | EABD #EABDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | DA8A #DA8AFF | BordersInactive statesPlaceholder text |
| 400 | C64D #C64DFF | Disabled statesSecondary iconsMuted text |
| 500 | B61A #B61AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 9900 #9900E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7A00 #7A00B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5700 #570080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3800 #380052 | Primary textHigh emphasis contentDark headings |
| 950 | 2300 #230033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FAF0FF;
--black-100: #F4DBFF;
--black-200: #EABDFF;
--black-300: #DA8AFF;
--black-400: #C64DFF;
--black-500: #B61AFF;
--black-600: #9900E0;
--black-700: #7A00B3;
--black-800: #570080;
--black-900: #380052;
--black-950: #230033;
}