Black
#280033
PinkColor Codes
All color formats for development
HEX
#280033RGB
rgb(40, 0, 51)HSL
hsl(287, 100%, 10%)OKLCH
oklch(0.204 0.099 317.8)CMYK
cmyk(22%, 100%, 0%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#24002E
2#200029
3#1C0024
4#18001F
5#14001A
6#100014
7#0C000F
8#08000A
9#040005
Tints
Lighter variations
1#4C0061
2#70008F
3#9400BD
4#B800EB
5#CD1AFF
6#D747FF
7#E175FF
8#EBA3FF
9#F5D1FF
Tones
Muted variations
1#270330
2#25052E
3#24082B
4#220A29
5#210D26
6#1F0F24
7#1E1221
8#1C141F
9#1B171C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF0 #FCF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F7DB #F7DBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F1BD #F1BDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | E68A #E68AFF | BordersInactive statesPlaceholder text |
| 400 | D84D #D84DFF | Disabled statesSecondary iconsMuted text |
| 500 | CD1A #CD1AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | B000 #B000E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8C00 #8C00B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6400 #640080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4000 #400052 | Primary textHigh emphasis contentDark headings |
| 950 | 2800 #280033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FCF0FF;
--black-100: #F7DBFF;
--black-200: #F1BDFF;
--black-300: #E68AFF;
--black-400: #D84DFF;
--black-500: #CD1AFF;
--black-600: #B000E0;
--black-700: #8C00B3;
--black-800: #640080;
--black-900: #400052;
--black-950: #280033;
}