Black
#2D0033
PinkColor Codes
All color formats for development
HEX
#2D0033RGB
rgb(45, 0, 51)HSL
hsl(293, 100%, 10%)OKLCH
oklch(0.213 0.101 322.8)CMYK
cmyk(12%, 100%, 0%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#29002E
2#240029
3#200024
4#1B001F
5#17001A
6#120014
7#0E000F
8#09000A
9#050005
Tints
Lighter variations
1#560061
2#7E008F
3#A700BD
4#CF00EB
5#E41AFF
6#EA47FF
7#EF75FF
8#F4A3FF
9#FAD1FF
Tones
Muted variations
1#2B0330
2#29052E
3#27082B
4#250A29
5#230D26
6#210F24
7#1F1221
8#1D141F
9#1B171C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF0 #FDF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDB #FBDBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7BD #F7BDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | F18A #F18AFF | BordersInactive statesPlaceholder text |
| 400 | EA4D #EA4DFF | Disabled statesSecondary iconsMuted text |
| 500 | E41A #E41AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | C600 #C600E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9E00 #9E00B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7100 #710080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4800 #480052 | Primary textHigh emphasis contentDark headings |
| 950 | 2D00 #2D0033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FDF0FF;
--black-100: #FBDBFF;
--black-200: #F7BDFF;
--black-300: #F18AFF;
--black-400: #EA4DFF;
--black-500: #E41AFF;
--black-600: #C600E0;
--black-700: #9E00B3;
--black-800: #710080;
--black-900: #480052;
--black-950: #2D0033;
}