Black
#24042F
PinkColor Codes
All color formats for development
HEX
#24042FRGB
rgb(36, 4, 47)HSL
hsl(285, 84%, 10%)OKLCH
oklch(0.199 0.085 315.9)CMYK
cmyk(23%, 91%, 0%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#21042A
2#1D0326
3#190321
4#16021C
5#120217
6#0E0213
7#0B010E
8#070109
9#040005
Tints
Lighter variations
1#450859
2#650B83
3#860FAE
4#A713D8
5#BC2CED
6#CA56F0
7#D780F4
8#E4ABF8
9#F2D5FB
Tones
Muted variations
1#23062D
2#22082B
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 | FBF1 #FBF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F5DE #F5DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | ECC2 #ECC2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | DD93 #DD93F6 | BordersInactive statesPlaceholder text |
| 400 | CB5B #CB5BF1 | Disabled statesSecondary iconsMuted text |
| 500 | BC2C #BC2CED | Primary brand colorCTAsActive elementsLinks |
| 600 | 9F12 #9F12CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7F0E #7F0EA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5B0A #5B0A75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3A07 #3A074B | Primary textHigh emphasis contentDark headings |
| 950 | 2404 #24042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FBF1FE;
--black-100: #F5DEFC;
--black-200: #ECC2FA;
--black-300: #DD93F6;
--black-400: #CB5BF1;
--black-500: #BC2CED;
--black-600: #9F12CE;
--black-700: #7F0EA4;
--black-800: #5B0A75;
--black-900: #3A074B;
--black-950: #24042F;
}