Black
#2E0512
PinkColor Codes
All color formats for development
HEX
#2E0512RGB
rgb(46, 5, 18)HSL
hsl(341, 80%, 10%)OKLCH
oklch(0.203 0.068 5.9)CMYK
cmyk(0%, 89%, 61%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#290510
2#25040E
3#20040D
4#1C030B
5#170309
6#120207
7#0E0205
8#090104
9#050102
Tints
Lighter variations
1#570A22
2#810E32
3#AA1343
4#D31753
5#E8306B
6#ED5A88
7#F183A6
8#F6ACC4
9#FAD6E1
Tones
Muted variations
1#2C0713
2#2A0914
3#280B14
4#260D15
5#240F16
6#221117
7#201317
8#1E1518
9#1C1719
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1F5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFE8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C3 #F8C3D4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F395 #F395B3 | BordersInactive statesPlaceholder text |
| 400 | ED5E #ED5E8C | Disabled statesSecondary iconsMuted text |
| 500 | E830 #E8306B | Primary brand colorCTAsActive elementsLinks |
| 600 | CA16 #CA164F | Hover statesFocus ringsPrimary buttons hover |
| 700 | A112 #A1123F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 730D #730D2D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4908 #49081D | Primary textHigh emphasis contentDark headings |
| 950 | 2E05 #2E0512 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FDF1F5;
--black-100: #FBDFE8;
--black-200: #F8C3D4;
--black-300: #F395B3;
--black-400: #ED5E8C;
--black-500: #E8306B;
--black-600: #CA164F;
--black-700: #A1123F;
--black-800: #730D2D;
--black-900: #49081D;
--black-950: #2E0512;
}