Black
#300A03
RedColor Codes
All color formats for development
HEX
#300A03RGB
rgb(48, 10, 3)HSL
hsl(9, 88%, 10%)OKLCH
oklch(0.211 0.064 34.9)CMYK
cmyk(0%, 79%, 94%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2B0903
2#260802
3#220702
4#1D0602
5#180502
6#130401
7#0E0301
8#0A0201
9#050100
Tints
Lighter variations
1#5B1306
2#861B09
3#B1240B
4#DD2D0E
5#F14627
6#F46B52
7#F7907E
8#F9B5A9
9#FCDAD4
Tones
Muted variations
1#2E0B05
2#2B0D08
3#290F0A
4#27100C
5#25120E
6#221311
7#201513
8#1E1615
9#1C1817
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF3 #FEF3F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDE2 #FDE2DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBC9 #FBC9C1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F8A0 #F8A091 | BordersInactive statesPlaceholder text |
| 400 | F46F #F46F57 | Disabled statesSecondary iconsMuted text |
| 500 | F146 #F14627 | Primary brand colorCTAsActive elementsLinks |
| 600 | D32B #D32B0D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A822 #A8220B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7818 #781808 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D10 #4D1005 | Primary textHigh emphasis contentDark headings |
| 950 | 300A #300A03 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FEF3F1;
--black-100: #FDE2DD;
--black-200: #FBC9C1;
--black-300: #F8A091;
--black-400: #F46F57;
--black-500: #F14627;
--black-600: #D32B0D;
--black-700: #A8220B;
--black-800: #781808;
--black-900: #4D1005;
--black-950: #300A03;
}