Black
#2C0711
PinkColor Codes
All color formats for development
HEX
#2C0711RGB
rgb(44, 7, 17)HSL
hsl(344, 73%, 10%)OKLCH
oklch(0.202 0.062 8)CMYK
cmyk(0%, 84%, 61%, 83%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#28060F
2#23060D
3#1F050C
4#1A040A
5#160308
6#120307
7#0D0205
8#090103
9#040102
Tints
Lighter variations
1#540D20
2#7C132F
3#A3193E
4#CB204D
5#E03865
6#E66084
7#EC88A3
8#F3B0C1
9#F9D7E0
Tones
Muted variations
1#2A0912
2#280B13
3#270C13
4#250E14
5#231015
6#211216
7#1F1417
8#1D1618
9#1B1819
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2F5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FAE0 #FAE0E7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6C6 #F6C6D3 | Secondary backgroundsInput backgroundsDividers |
| 300 | EF9A #EF9AB0 | BordersInactive statesPlaceholder text |
| 400 | E765 #E76587 | Disabled statesSecondary iconsMuted text |
| 500 | E038 #E03865 | Primary brand colorCTAsActive elementsLinks |
| 600 | C21E #C21E4A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A18 #9A183B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E11 #6E112A | Text on light backgroundsHeadingsStrong borders |
| 900 | 470B #470B1B | Primary textHigh emphasis contentDark headings |
| 950 | 2C07 #2C0711 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FDF2F5;
--black-100: #FAE0E7;
--black-200: #F6C6D3;
--black-300: #EF9AB0;
--black-400: #E76587;
--black-500: #E03865;
--black-600: #C21E4A;
--black-700: #9A183B;
--black-800: #6E112A;
--black-900: #470B1B;
--black-950: #2C0711;
}