Black
#24062D
PinkColor Codes
All color formats for development
HEX
#24062DRGB
rgb(36, 6, 45)HSL
hsl(286, 76%, 10%)OKLCH
oklch(0.201 0.079 317.4)CMYK
cmyk(20%, 87%, 0%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#200628
2#1D0524
3#19041F
4#16041B
5#120316
6#0E0212
7#0B020D
8#070109
9#040104
Tints
Lighter variations
1#440C55
2#64117E
3#8517A6
4#A51CCE
5#BB35E3
6#C85DE9
7#D686EE
8#E4AEF4
9#F1D7F9
Tones
Muted variations
1#23082B
2#220A29
3#210C27
4#200E25
5#1F1023
6#1E1221
7#1D141F
8#1C161D
9#1B181B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF2 #FAF2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F4E0 #F4E0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | EBC5 #EBC5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | DC98 #DC98F1 | BordersInactive statesPlaceholder text |
| 400 | CA62 #CA62EA | Disabled statesSecondary iconsMuted text |
| 500 | BB35 #BB35E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 9E1B #9E1BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7D15 #7D159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5A0F #5A0F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 390A #390A48 | Primary textHigh emphasis contentDark headings |
| 950 | 2406 #24062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FAF2FD;
--black-100: #F4E0FB;
--black-200: #EBC5F7;
--black-300: #DC98F1;
--black-400: #CA62EA;
--black-500: #BB35E3;
--black-600: #9E1BC5;
--black-700: #7D159D;
--black-800: #5A0F70;
--black-900: #390A48;
--black-950: #24062D;
}