Black
#23052E
PurpleColor Codes
All color formats for development
HEX
#23052ERGB
rgb(35, 5, 46)HSL
hsl(284, 80%, 10%)OKLCH
oklch(0.198 0.082 315.4)CMYK
cmyk(24%, 89%, 0%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#200529
2#1C0425
3#190420
4#15031C
5#120317
6#0E0212
7#0B020E
8#070109
9#040105
Tints
Lighter variations
1#430A57
2#620E81
3#8213AA
4#A117D3
5#B730E8
6#C55AED
7#D483F1
8#E2ACF6
9#F1D6FA
Tones
Muted variations
1#22072C
2#21092A
3#200B28
4#1F0D26
5#1E0F24
6#1D1122
7#1C1320
8#1B151E
9#1A171C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF1 #FAF1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F4DF #F4DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | EAC3 #EAC3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | DA95 #DA95F3 | BordersInactive statesPlaceholder text |
| 400 | C75E #C75EED | Disabled statesSecondary iconsMuted text |
| 500 | B730 #B730E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 9A16 #9A16CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7B12 #7B12A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 580D #580D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3808 #380849 | Primary textHigh emphasis contentDark headings |
| 950 | 2305 #23052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FAF1FD;
--black-100: #F4DFFB;
--black-200: #EAC3F8;
--black-300: #DA95F3;
--black-400: #C75EED;
--black-500: #B730E8;
--black-600: #9A16CA;
--black-700: #7B12A1;
--black-800: #580D73;
--black-900: #380849;
--black-950: #23052E;
}