Black
#2C0718
PinkColor Codes
All color formats for development
HEX
#2C0718RGB
rgb(44, 7, 24)HSL
hsl(332, 73%, 10%)OKLCH
oklch(0.204 0.064 355.9)CMYK
cmyk(0%, 84%, 45%, 83%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#280616
2#230613
3#1F0511
4#1A040F
5#16030C
6#12030A
7#0D0207
8#090105
9#040102
Tints
Lighter variations
1#540D2E
2#7C1344
3#A3195A
4#CB2070
5#E03887
6#E6609F
7#EC88B7
8#F3B0CF
9#F9D7E7
Tones
Muted variations
1#2A0918
2#280B19
3#270C19
4#250E19
5#231019
6#211219
7#1F1419
8#1D1619
9#1B1819
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2F7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FAE0 #FAE0EC | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6C6 #F6C6DC | Secondary backgroundsInput backgroundsDividers |
| 300 | EF9A #EF9AC1 | BordersInactive statesPlaceholder text |
| 400 | E765 #E765A1 | Disabled statesSecondary iconsMuted text |
| 500 | E038 #E03887 | Primary brand colorCTAsActive elementsLinks |
| 600 | C21E #C21E6B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A18 #9A1855 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E11 #6E113D | Text on light backgroundsHeadingsStrong borders |
| 900 | 470B #470B27 | Primary textHigh emphasis contentDark headings |
| 950 | 2C07 #2C0718 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FDF2F7;
--black-100: #FAE0EC;
--black-200: #F6C6DC;
--black-300: #EF9AC1;
--black-400: #E765A1;
--black-500: #E03887;
--black-600: #C21E6B;
--black-700: #9A1855;
--black-800: #6E113D;
--black-900: #470B27;
--black-950: #2C0718;
}