Black
#300903
RedColor Codes
All color formats for development
HEX
#300903RGB
rgb(48, 9, 3)HSL
hsl(8, 88%, 10%)OKLCH
oklch(0.21 0.065 33.7)CMYK
cmyk(0%, 81%, 94%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2B0803
2#260702
3#220602
4#1D0502
5#180502
6#130401
7#0E0301
8#0A0201
9#050100
Tints
Lighter variations
1#5B1106
2#861909
3#B1210B
4#DD2A0E
5#F14227
6#F46852
7#F78E7E
8#F9B3A9
9#FCD9D4
Tones
Muted variations
1#2E0B05
2#2B0C08
3#290E0A
4#27100C
5#25110E
6#221311
7#201513
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 | FDE2 #FDE2DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBC8 #FBC8C1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F89F #F89F91 | BordersInactive statesPlaceholder text |
| 400 | F46C #F46C57 | Disabled statesSecondary iconsMuted text |
| 500 | F142 #F14227 | Primary brand colorCTAsActive elementsLinks |
| 600 | D328 #D3280D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A820 #A8200B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7817 #781708 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D0E #4D0E05 | Primary textHigh emphasis contentDark headings |
| 950 | 3009 #300903 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FEF2F1;
--black-100: #FDE2DD;
--black-200: #FBC8C1;
--black-300: #F89F91;
--black-400: #F46C57;
--black-500: #F14227;
--black-600: #D3280D;
--black-700: #A8200B;
--black-800: #781708;
--black-900: #4D0E05;
--black-950: #300903;
}