Black
#2C071E
PinkColor Codes
All color formats for development
HEX
#2C071ERGB
rgb(44, 7, 30)HSL
hsl(323, 73%, 10%)OKLCH
oklch(0.207 0.068 346.2)CMYK
cmyk(0%, 84%, 32%, 83%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#28061B
2#230618
3#1F0515
4#1A0412
5#16030F
6#12030C
7#0D0209
8#090106
9#040103
Tints
Lighter variations
1#540D39
2#7C1354
3#A3196E
4#CB2089
5#E038A0
6#E660B3
7#EC88C6
8#F3B0D9
9#F9D7EC
Tones
Muted variations
1#2A091D
2#280B1D
3#270C1D
4#250E1C
5#23101C
6#21121B
7#1F141B
8#1D161A
9#1B181A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FAE0 #FAE0F0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6C6 #F6C6E3 | Secondary backgroundsInput backgroundsDividers |
| 300 | EF9A #EF9ACE | BordersInactive statesPlaceholder text |
| 400 | E765 #E765B5 | Disabled statesSecondary iconsMuted text |
| 500 | E038 #E038A0 | Primary brand colorCTAsActive elementsLinks |
| 600 | C21E #C21E83 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A18 #9A1868 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E11 #6E114B | Text on light backgroundsHeadingsStrong borders |
| 900 | 470B #470B30 | Primary textHigh emphasis contentDark headings |
| 950 | 2C07 #2C071E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FDF2F9;
--black-100: #FAE0F0;
--black-200: #F6C6E3;
--black-300: #EF9ACE;
--black-400: #E765B5;
--black-500: #E038A0;
--black-600: #C21E83;
--black-700: #9A1868;
--black-800: #6E114B;
--black-900: #470B30;
--black-950: #2C071E;
}