Black
#30030D
RedColor Codes
All color formats for development
HEX
#30030DRGB
rgb(48, 3, 13)HSL
hsl(347, 88%, 10%)OKLCH
oklch(0.203 0.073 12.8)CMYK
cmyk(0%, 94%, 73%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2B030C
2#26020A
3#220209
4#1D0208
5#180206
6#130105
7#0E0104
8#0A0103
9#050001
Tints
Lighter variations
1#5B0618
2#860924
3#B10B2F
4#DD0E3B
5#F12753
6#F45275
7#F77E98
8#F9A9BA
9#FCD4DD
Tones
Muted variations
1#2E050E
2#2B080F
3#290A11
4#270C12
5#250E13
6#221114
7#201316
8#1E1517
9#1C1718
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDDD #FDDDE4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBC1 #FBC1CD | Secondary backgroundsInput backgroundsDividers |
| 300 | F891 #F891A7 | BordersInactive statesPlaceholder text |
| 400 | F457 #F45779 | Disabled statesSecondary iconsMuted text |
| 500 | F127 #F12753 | Primary brand colorCTAsActive elementsLinks |
| 600 | D30D #D30D38 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A80B #A80B2D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7808 #780820 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D05 #4D0514 | Primary textHigh emphasis contentDark headings |
| 950 | 3003 #30030D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FEF1F4;
--black-100: #FDDDE4;
--black-200: #FBC1CD;
--black-300: #F891A7;
--black-400: #F45779;
--black-500: #F12753;
--black-600: #D30D38;
--black-700: #A80B2D;
--black-800: #780820;
--black-900: #4D0514;
--black-950: #30030D;
}