Black
#30030A
RedColor Codes
All color formats for development
HEX
#30030ARGB
rgb(48, 3, 10)HSL
hsl(351, 88%, 10%)OKLCH
oklch(0.202 0.073 16.8)CMYK
cmyk(0%, 94%, 79%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2B0309
2#260208
3#220207
4#1D0206
5#180205
6#130104
7#0E0103
8#0A0102
9#050001
Tints
Lighter variations
1#5B0613
2#86091B
3#B10B24
4#DD0E2D
5#F12746
6#F4526B
7#F77E90
8#F9A9B5
9#FCD4DA
Tones
Muted variations
1#2E050B
2#2B080D
3#290A0F
4#270C10
5#250E12
6#221113
7#201315
8#1E1516
9#1C1718
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDDD #FDDDE2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBC1 #FBC1C9 | Secondary backgroundsInput backgroundsDividers |
| 300 | F891 #F891A0 | BordersInactive statesPlaceholder text |
| 400 | F457 #F4576F | Disabled statesSecondary iconsMuted text |
| 500 | F127 #F12746 | Primary brand colorCTAsActive elementsLinks |
| 600 | D30D #D30D2B | Hover statesFocus ringsPrimary buttons hover |
| 700 | A80B #A80B22 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7808 #780818 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D05 #4D0510 | Primary textHigh emphasis contentDark headings |
| 950 | 3003 #30030A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FEF1F3;
--black-100: #FDDDE2;
--black-200: #FBC1C9;
--black-300: #F891A0;
--black-400: #F4576F;
--black-500: #F12746;
--black-600: #D30D2B;
--black-700: #A80B22;
--black-800: #780818;
--black-900: #4D0510;
--black-950: #30030A;
}