Black
#2C0033
PinkColor Codes
All color formats for development
HEX
#2C0033RGB
rgb(44, 0, 51)HSL
hsl(292, 100%, 10%)OKLCH
oklch(0.212 0.101 321.8)CMYK
cmyk(14%, 100%, 0%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#28002E
2#230029
3#1F0024
4#1B001F
5#16001A
6#120014
7#0D000F
8#09000A
9#040005
Tints
Lighter variations
1#540061
2#7C008F
3#A400BD
4#CB00EB
5#E01AFF
6#E747FF
7#ED75FF
8#F3A3FF
9#F9D1FF
Tones
Muted variations
1#2A0330
2#28052E
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 | FADB #FADBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6BD #F6BDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | EF8A #EF8AFF | BordersInactive statesPlaceholder text |
| 400 | E74D #E74DFF | Disabled statesSecondary iconsMuted text |
| 500 | E01A #E01AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | C200 #C200E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9B00 #9B00B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E00 #6E0080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4700 #470052 | Primary textHigh emphasis contentDark headings |
| 950 | 2C00 #2C0033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FDF0FF;
--black-100: #FADBFF;
--black-200: #F6BDFF;
--black-300: #EF8AFF;
--black-400: #E74DFF;
--black-500: #E01AFF;
--black-600: #C200E0;
--black-700: #9B00B3;
--black-800: #6E0080;
--black-900: #470052;
--black-950: #2C0033;
}