Black
#230132
PurpleColor Codes
All color formats for development
HEX
#230132RGB
rgb(35, 1, 50)HSL
hsl(282, 96%, 10%)OKLCH
oklch(0.195 0.094 312.9)CMYK
cmyk(30%, 98%, 0%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#20012D
2#1C0128
3#190123
4#15011E
5#120119
6#0E0014
7#0B000F
8#07000A
9#040005
Tints
Lighter variations
1#43025F
2#63038C
3#8304B9
4#A205E6
5#B81EFA
6#C64BFB
7#D578FC
8#E3A5FD
9#F1D2FE
Tones
Muted variations
1#220330
2#21062D
3#20082B
4#1F0B28
5#1E0D26
6#1D1023
7#1C1221
8#1B151E
9#1A171C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF0 #FAF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F4DC #F4DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | EBBE #EBBEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | DB8C #DB8CFD | BordersInactive statesPlaceholder text |
| 400 | C850 #C850FB | Disabled statesSecondary iconsMuted text |
| 500 | B81E #B81EFA | Primary brand colorCTAsActive elementsLinks |
| 600 | 9B04 #9B04DC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7C04 #7C04AF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5803 #58037D | Text on light backgroundsHeadingsStrong borders |
| 900 | 3802 #380250 | Primary textHigh emphasis contentDark headings |
| 950 | 2301 #230132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FAF0FF;
--black-100: #F4DCFE;
--black-200: #EBBEFE;
--black-300: #DB8CFD;
--black-400: #C850FB;
--black-500: #B81EFA;
--black-600: #9B04DC;
--black-700: #7C04AF;
--black-800: #58037D;
--black-900: #380250;
--black-950: #230132;
}