Black
#24052E
PinkColor Codes
All color formats for development
HEX
#24052ERGB
rgb(36, 5, 46)HSL
hsl(285, 80%, 10%)OKLCH
oklch(0.2 0.082 316.6)CMYK
cmyk(22%, 89%, 0%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#200529
2#1D0425
3#190420
4#15031C
5#120317
6#0E0212
7#0B020E
8#070109
9#040105
Tints
Lighter variations
1#440A57
2#640E81
3#8413AA
4#A417D3
5#BA30E8
6#C85AED
7#D683F1
8#E3ACF6
9#F1D6FA
Tones
Muted variations
1#23072C
2#22092A
3#210B28
4#200D26
5#1F0F24
6#1E1122
7#1D1320
8#1C151E
9#1B171C
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 | EBC3 #EBC3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | DC95 #DC95F3 | BordersInactive statesPlaceholder text |
| 400 | C95E #C95EED | Disabled statesSecondary iconsMuted text |
| 500 | BA30 #BA30E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 9D16 #9D16CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7D12 #7D12A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 590D #590D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3908 #390849 | Primary textHigh emphasis contentDark headings |
| 950 | 2405 #24052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FAF1FD;
--black-100: #F4DFFB;
--black-200: #EBC3F8;
--black-300: #DC95F3;
--black-400: #C95EED;
--black-500: #BA30E8;
--black-600: #9D16CA;
--black-700: #7D12A1;
--black-800: #590D73;
--black-900: #390849;
--black-950: #24052E;
}