Black
#2E0513
PinkColor Codes
All color formats for development
HEX
#2E0513RGB
rgb(46, 5, 19)HSL
hsl(340, 80%, 10%)OKLCH
oklch(0.203 0.068 4.3)CMYK
cmyk(0%, 89%, 59%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#290511
2#25040F
3#20040D
4#1C030B
5#170309
6#120207
7#0E0206
8#090104
9#050102
Tints
Lighter variations
1#570A24
2#810E34
3#AA1345
4#D31756
5#E8306E
6#ED5A8B
7#F183A8
8#F6ACC5
9#FAD6E2
Tones
Muted variations
1#2C0713
2#2A0914
3#280B15
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 #F8C3D5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F395 #F395B5 | BordersInactive statesPlaceholder text |
| 400 | ED5E #ED5E8E | Disabled statesSecondary iconsMuted text |
| 500 | E830 #E8306E | Primary brand colorCTAsActive elementsLinks |
| 600 | CA16 #CA1652 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A112 #A11241 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 730D #730D2F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4908 #49081E | Primary textHigh emphasis contentDark headings |
| 950 | 2E05 #2E0513 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FDF1F5;
--black-100: #FBDFE8;
--black-200: #F8C3D5;
--black-300: #F395B5;
--black-400: #ED5E8E;
--black-500: #E8306E;
--black-600: #CA1652;
--black-700: #A11241;
--black-800: #730D2F;
--black-900: #49081E;
--black-950: #2E0513;
}