Black
#28052E
PinkColor Codes
All color formats for development
HEX
#28052ERGB
rgb(40, 5, 46)HSL
hsl(291, 80%, 10%)OKLCH
oklch(0.207 0.084 321.5)CMYK
cmyk(13%, 89%, 0%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#240529
2#200425
3#1C0420
4#18031C
5#140317
6#100212
7#0C020E
8#080109
9#040105
Tints
Lighter variations
1#4C0A57
2#6F0E81
3#9313AA
4#B717D3
5#CD30E8
6#D75AED
7#E183F1
8#EBACF6
9#F5D6FA
Tones
Muted variations
1#26072C
2#25092A
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 #FCF1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F7DF #F7DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | F0C3 #F0C3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | E595 #E595F3 | BordersInactive statesPlaceholder text |
| 400 | D85E #D85EED | Disabled statesSecondary iconsMuted text |
| 500 | CD30 #CD30E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | AF16 #AF16CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8B12 #8B12A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 630D #630D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4008 #400849 | Primary textHigh emphasis contentDark headings |
| 950 | 2805 #28052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FCF1FD;
--black-100: #F7DFFB;
--black-200: #F0C3F8;
--black-300: #E595F3;
--black-400: #D85EED;
--black-500: #CD30E8;
--black-600: #AF16CA;
--black-700: #8B12A1;
--black-800: #630D73;
--black-900: #400849;
--black-950: #28052E;
}