Black
#2E051C
PinkColor Codes
All color formats for development
HEX
#2E051CRGB
rgb(46, 5, 28)HSL
hsl(326, 80%, 10%)OKLCH
oklch(0.207 0.073 350.4)CMYK
cmyk(0%, 89%, 39%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#290519
2#250417
3#200414
4#1C0311
5#17030E
6#12020B
7#0E0208
8#090106
9#050103
Tints
Lighter variations
1#570A36
2#810E4F
3#AA1368
4#D31782
5#E83098
6#ED5AAD
7#F183C1
8#F6ACD6
9#FAD6EA
Tones
Muted variations
1#2C071C
2#2A091C
3#280B1B
4#260D1B
5#240F1B
6#22111B
7#20131A
8#1E151A
9#1C171A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C3 #F8C3E1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F395 #F395CB | BordersInactive statesPlaceholder text |
| 400 | ED5E #ED5EAF | Disabled statesSecondary iconsMuted text |
| 500 | E830 #E83098 | Primary brand colorCTAsActive elementsLinks |
| 600 | CA16 #CA167C | Hover statesFocus ringsPrimary buttons hover |
| 700 | A112 #A11263 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 730D #730D47 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4908 #49082D | Primary textHigh emphasis contentDark headings |
| 950 | 2E05 #2E051C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FDF1F8;
--black-100: #FBDFEF;
--black-200: #F8C3E1;
--black-300: #F395CB;
--black-400: #ED5EAF;
--black-500: #E83098;
--black-600: #CA167C;
--black-700: #A11263;
--black-800: #730D47;
--black-900: #49082D;
--black-950: #2E051C;
}