Black
#28042F
PinkColor Codes
All color formats for development
HEX
#28042FRGB
rgb(40, 4, 47)HSL
hsl(290, 84%, 10%)OKLCH
oklch(0.207 0.087 320.7)CMYK
cmyk(15%, 91%, 0%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#24042A
2#200326
3#1C0321
4#18021C
5#140217
6#100213
7#0C010E
8#080109
9#040005
Tints
Lighter variations
1#4C0859
2#6F0B83
3#930FAE
4#B713D8
5#CD2CED
6#D756F0
7#E180F4
8#EBABF8
9#F5D5FB
Tones
Muted variations
1#26062D
2#25082B
3#230B28
4#220D26
5#210F24
6#1F1122
7#1E1320
8#1C151E
9#1B171C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF1 #FCF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F7DE #F7DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | F0C2 #F0C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | E593 #E593F6 | BordersInactive statesPlaceholder text |
| 400 | D85B #D85BF1 | Disabled statesSecondary iconsMuted text |
| 500 | CD2C #CD2CED | Primary brand colorCTAsActive elementsLinks |
| 600 | AF12 #AF12CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8B0E #8B0EA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 630A #630A75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4007 #40074B | Primary textHigh emphasis contentDark headings |
| 950 | 2804 #28042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FCF1FE;
--black-100: #F7DEFC;
--black-200: #F0C2FA;
--black-300: #E593F6;
--black-400: #D85BF1;
--black-500: #CD2CED;
--black-600: #AF12CE;
--black-700: #8B0EA4;
--black-800: #630A75;
--black-900: #40074B;
--black-950: #28042F;
}