Black
#300803
RedColor Codes
All color formats for development
HEX
#300803RGB
rgb(48, 8, 3)HSL
hsl(7, 88%, 10%)OKLCH
oklch(0.208 0.067 32.6)CMYK
cmyk(0%, 83%, 94%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2B0703
2#260702
3#220602
4#1D0502
5#180402
6#130301
7#0E0201
8#0A0201
9#050100
Tints
Lighter variations
1#5B1006
2#861709
3#B11F0B
4#DD260E
5#F13F27
6#F46552
7#F78C7E
8#F9B2A9
9#FCD9D4
Tones
Muted variations
1#2E0A05
2#2B0C08
3#290D0A
4#270F0C
5#25110E
6#221311
7#201413
8#1E1615
9#1C1817
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF2 #FEF2F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDE1 #FDE1DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBC7 #FBC7C1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F89D #F89D91 | BordersInactive statesPlaceholder text |
| 400 | F46A #F46A57 | Disabled statesSecondary iconsMuted text |
| 500 | F13F #F13F27 | Primary brand colorCTAsActive elementsLinks |
| 600 | D325 #D3250D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A81D #A81D0B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7815 #781508 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D0D #4D0D05 | Primary textHigh emphasis contentDark headings |
| 950 | 3008 #300803 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FEF2F1;
--black-100: #FDE1DD;
--black-200: #FBC7C1;
--black-300: #F89D91;
--black-400: #F46A57;
--black-500: #F13F27;
--black-600: #D3250D;
--black-700: #A81D0B;
--black-800: #781508;
--black-900: #4D0D05;
--black-950: #300803;
}