Black
#300B03
RedColor Codes
All color formats for development
HEX
#300B03RGB
rgb(48, 11, 3)HSL
hsl(11, 88%, 10%)OKLCH
oklch(0.213 0.063 36.1)CMYK
cmyk(0%, 77%, 94%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2B0A03
2#260902
3#220802
4#1D0702
5#180602
6#130501
7#0E0301
8#0A0201
9#050100
Tints
Lighter variations
1#5B1506
2#862009
3#B12A0B
4#DD340E
5#F14C27
6#F47052
7#F7947E
8#F9B8A9
9#FCDBD4
Tones
Muted variations
1#2E0D05
2#2B0E08
3#29100A
4#27110C
5#25120E
6#221411
7#201513
8#1E1715
9#1C1817
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF3 #FEF3F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDE3 #FDE3DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBCB #FBCBC1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F8A4 #F8A491 | BordersInactive statesPlaceholder text |
| 400 | F474 #F47457 | Disabled statesSecondary iconsMuted text |
| 500 | F14C #F14C27 | Primary brand colorCTAsActive elementsLinks |
| 600 | D332 #D3320D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A828 #A8280B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 781C #781C08 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D12 #4D1205 | Primary textHigh emphasis contentDark headings |
| 950 | 300B #300B03 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FEF3F1;
--black-100: #FDE3DD;
--black-200: #FBCBC1;
--black-300: #F8A491;
--black-400: #F47457;
--black-500: #F14C27;
--black-600: #D3320D;
--black-700: #A8280B;
--black-800: #781C08;
--black-900: #4D1205;
--black-950: #300B03;
}