Black
#300C03
RedColor Codes
All color formats for development
HEX
#300C03RGB
rgb(48, 12, 3)HSL
hsl(12, 88%, 10%)OKLCH
oklch(0.215 0.062 37.4)CMYK
cmyk(0%, 75%, 94%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2B0B03
2#260A02
3#220802
4#1D0702
5#180602
6#130501
7#0E0401
8#0A0201
9#050100
Tints
Lighter variations
1#5B1706
2#862209
3#B12D0B
4#DD370E
5#F15027
6#F47352
7#F7967E
8#F9B9A9
9#FCDCD4
Tones
Muted variations
1#2E0D05
2#2B0F08
3#29100A
4#27110C
5#25130E
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 | FDE4 #FDE4DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBCC #FBCCC1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F8A5 #F8A591 | BordersInactive statesPlaceholder text |
| 400 | F477 #F47757 | Disabled statesSecondary iconsMuted text |
| 500 | F150 #F15027 | Primary brand colorCTAsActive elementsLinks |
| 600 | D335 #D3350D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A82A #A82A0B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 781E #781E08 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D13 #4D1305 | Primary textHigh emphasis contentDark headings |
| 950 | 300C #300C03 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FEF3F1;
--black-100: #FDE4DD;
--black-200: #FBCCC1;
--black-300: #F8A591;
--black-400: #F47757;
--black-500: #F15027;
--black-600: #D3350D;
--black-700: #A82A0B;
--black-800: #781E08;
--black-900: #4D1305;
--black-950: #300C03;
}