Black
#2C071B
PinkColor Codes
All color formats for development
HEX
#2C071BRGB
rgb(44, 7, 27)HSL
hsl(328, 73%, 10%)OKLCH
oklch(0.206 0.066 351)CMYK
cmyk(0%, 84%, 39%, 83%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#280618
2#230615
3#1F0513
4#1A0410
5#16030D
6#12030B
7#0D0208
8#090105
9#040103
Tints
Lighter variations
1#540D33
2#7C134B
3#A31963
4#CB207B
5#E03892
6#E660A8
7#EC88BE
8#F3B0D3
9#F9D7E9
Tones
Muted variations
1#2A091B
2#280B1A
3#270C1A
4#250E1A
5#23101A
6#21121A
7#1F141A
8#1D161A
9#1B181A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FAE0 #FAE0EE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6C6 #F6C6DF | Secondary backgroundsInput backgroundsDividers |
| 300 | EF9A #EF9AC7 | BordersInactive statesPlaceholder text |
| 400 | E765 #E765AA | Disabled statesSecondary iconsMuted text |
| 500 | E038 #E03892 | Primary brand colorCTAsActive elementsLinks |
| 600 | C21E #C21E76 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A18 #9A185E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E11 #6E1143 | Text on light backgroundsHeadingsStrong borders |
| 900 | 470B #470B2B | Primary textHigh emphasis contentDark headings |
| 950 | 2C07 #2C071B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FDF2F8;
--black-100: #FAE0EE;
--black-200: #F6C6DF;
--black-300: #EF9AC7;
--black-400: #E765AA;
--black-500: #E03892;
--black-600: #C21E76;
--black-700: #9A185E;
--black-800: #6E1143;
--black-900: #470B2B;
--black-950: #2C071B;
}