Black
#2E0510
PinkColor Codes
All color formats for development
HEX
#2E0510RGB
rgb(46, 5, 16)HSL
hsl(344, 80%, 10%)OKLCH
oklch(0.202 0.067 9)CMYK
cmyk(0%, 89%, 65%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#29050E
2#25040D
3#20040B
4#1C030A
5#170308
6#120206
7#0E0205
8#090103
9#050102
Tints
Lighter variations
1#570A1E
2#810E2D
3#AA133B
4#D3174A
5#E83061
6#ED5A81
7#F183A0
8#F6ACC0
9#FAD6DF
Tones
Muted variations
1#2C0711
2#2A0912
3#280B13
4#260D14
5#240F15
6#221116
7#201317
8#1E1518
9#1C1719
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1F4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFE6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C3 #F8C3D1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F395 #F395AE | BordersInactive statesPlaceholder text |
| 400 | ED5E #ED5E84 | Disabled statesSecondary iconsMuted text |
| 500 | E830 #E83061 | Primary brand colorCTAsActive elementsLinks |
| 600 | CA16 #CA1646 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A112 #A11238 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 730D #730D28 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4908 #49081A | Primary textHigh emphasis contentDark headings |
| 950 | 2E05 #2E0510 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FDF1F4;
--black-100: #FBDFE6;
--black-200: #F8C3D1;
--black-300: #F395AE;
--black-400: #ED5E84;
--black-500: #E83061;
--black-600: #CA1646;
--black-700: #A11238;
--black-800: #730D28;
--black-900: #49081A;
--black-950: #2E0510;
}