Black
#2E0515
PinkColor Codes
All color formats for development
HEX
#2E0515RGB
rgb(46, 5, 21)HSL
hsl(337, 80%, 10%)OKLCH
oklch(0.204 0.069 1.1)CMYK
cmyk(0%, 89%, 54%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#290513
2#250411
3#20040F
4#1C030C
5#17030A
6#120208
7#0E0206
8#090104
9#050102
Tints
Lighter variations
1#570A27
2#810E3A
3#AA134D
4#D3175F
5#E83077
6#ED5A92
7#F183AD
8#F6ACC9
9#FAD6E4
Tones
Muted variations
1#2C0715
2#2A0916
3#280B16
4#260D17
5#240F17
6#221118
7#201318
8#1E1519
9#1C1719
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1F6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFEA | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C3 #F8C3D8 | Secondary backgroundsInput backgroundsDividers |
| 300 | F395 #F395B9 | BordersInactive statesPlaceholder text |
| 400 | ED5E #ED5E95 | Disabled statesSecondary iconsMuted text |
| 500 | E830 #E83077 | Primary brand colorCTAsActive elementsLinks |
| 600 | CA16 #CA165B | Hover statesFocus ringsPrimary buttons hover |
| 700 | A112 #A11249 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 730D #730D34 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4908 #490821 | Primary textHigh emphasis contentDark headings |
| 950 | 2E05 #2E0515 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FDF1F6;
--black-100: #FBDFEA;
--black-200: #F8C3D8;
--black-300: #F395B9;
--black-400: #ED5E95;
--black-500: #E83077;
--black-600: #CA165B;
--black-700: #A11249;
--black-800: #730D34;
--black-900: #490821;
--black-950: #2E0515;
}