Black
#300D03
RedColor Codes
All color formats for development
HEX
#300D03RGB
rgb(48, 13, 3)HSL
hsl(13, 88%, 10%)OKLCH
oklch(0.216 0.061 38.7)CMYK
cmyk(0%, 73%, 94%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2B0C03
2#260A02
3#220902
4#1D0802
5#180602
6#130501
7#0E0401
8#0A0301
9#050100
Tints
Lighter variations
1#5B1806
2#862409
3#B12F0B
4#DD3B0E
5#F15327
6#F47552
7#F7987E
8#F9BAA9
9#FCDDD4
Tones
Muted variations
1#2E0E05
2#2B0F08
3#29110A
4#27120C
5#25130E
6#221411
7#201613
8#1E1715
9#1C1817
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF4 #FEF4F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDE4 #FDE4DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBCD #FBCDC1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F8A7 #F8A791 | BordersInactive statesPlaceholder text |
| 400 | F479 #F47957 | Disabled statesSecondary iconsMuted text |
| 500 | F153 #F15327 | Primary brand colorCTAsActive elementsLinks |
| 600 | D338 #D3380D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A82D #A82D0B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7820 #782008 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D14 #4D1405 | Primary textHigh emphasis contentDark headings |
| 950 | 300D #300D03 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FEF4F1;
--black-100: #FDE4DD;
--black-200: #FBCDC1;
--black-300: #F8A791;
--black-400: #F47957;
--black-500: #F15327;
--black-600: #D3380D;
--black-700: #A82D0B;
--black-800: #782008;
--black-900: #4D1405;
--black-950: #300D03;
}