Black
#280132
PinkColor Codes
All color formats for development
HEX
#280132RGB
rgb(40, 1, 50)HSL
hsl(288, 96%, 10%)OKLCH
oklch(0.205 0.096 318.5)CMYK
cmyk(20%, 98%, 0%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#24012D
2#200128
3#1C0123
4#18011E
5#140119
6#100014
7#0C000F
8#08000A
9#040005
Tints
Lighter variations
1#4C025F
2#71038C
3#9504B9
4#B905E6
5#CE1EFA
6#D84BFB
7#E278FC
8#ECA5FD
9#F5D2FE
Tones
Muted variations
1#270330
2#25062D
3#24082B
4#220B28
5#210D26
6#1F1023
7#1E1221
8#1C151E
9#1B171C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF0 #FCF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F7DC #F7DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F1BE #F1BEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | E68C #E68CFD | BordersInactive statesPlaceholder text |
| 400 | D950 #D950FB | Disabled statesSecondary iconsMuted text |
| 500 | CE1E #CE1EFA | Primary brand colorCTAsActive elementsLinks |
| 600 | B104 #B104DC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8D04 #8D04AF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6403 #64037D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4002 #400250 | Primary textHigh emphasis contentDark headings |
| 950 | 2801 #280132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FCF0FF;
--black-100: #F7DCFE;
--black-200: #F1BEFE;
--black-300: #E68CFD;
--black-400: #D950FB;
--black-500: #CE1EFA;
--black-600: #B104DC;
--black-700: #8D04AF;
--black-800: #64037D;
--black-900: #400250;
--black-950: #280132;
}