Black
#2C0725
PinkColor Codes
All color formats for development
HEX
#2C0725RGB
rgb(44, 7, 37)HSL
hsl(311, 73%, 10%)OKLCH
oklch(0.211 0.074 336.3)CMYK
cmyk(0%, 84%, 16%, 83%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#280622
2#23061E
3#1F051A
4#1A0416
5#160313
6#12030F
7#0D020B
8#090107
9#040104
Tints
Lighter variations
1#540D47
2#7C1368
3#A3198A
4#CB20AC
5#E038C1
6#E660CE
7#EC88DA
8#F3B0E6
9#F9D7F3
Tones
Muted variations
1#2A0924
2#280B23
3#270C22
4#250E21
5#23101F
6#21121E
7#1F141D
8#1D161C
9#1B181B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FAE0 #FAE0F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6C6 #F6C6ED | Secondary backgroundsInput backgroundsDividers |
| 300 | EF9A #EF9ADF | BordersInactive statesPlaceholder text |
| 400 | E765 #E765CF | Disabled statesSecondary iconsMuted text |
| 500 | E038 #E038C1 | Primary brand colorCTAsActive elementsLinks |
| 600 | C21E #C21EA4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A18 #9A1883 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E11 #6E115D | Text on light backgroundsHeadingsStrong borders |
| 900 | 470B #470B3C | Primary textHigh emphasis contentDark headings |
| 950 | 2C07 #2C0725 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FDF2FB;
--black-100: #FAE0F5;
--black-200: #F6C6ED;
--black-300: #EF9ADF;
--black-400: #E765CF;
--black-500: #E038C1;
--black-600: #C21EA4;
--black-700: #9A1883;
--black-800: #6E115D;
--black-900: #470B3C;
--black-950: #2C0725;
}