Black
#300E03
OrangeColor Codes
All color formats for development
HEX
#300E03RGB
rgb(48, 14, 3)HSL
hsl(15, 88%, 10%)OKLCH
oklch(0.218 0.06 40.2)CMYK
cmyk(0%, 71%, 94%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2B0D03
2#260B02
3#220A02
4#1D0902
5#180702
6#130601
7#0E0401
8#0A0301
9#050100
Tints
Lighter variations
1#5B1B06
2#862809
3#B1350B
4#DD420E
5#F15A27
6#F47B52
7#F79C7E
8#F9BDA9
9#FCDED4
Tones
Muted variations
1#2E0F05
2#2B1108
3#29120A
4#27130C
5#25140E
6#221511
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 | FDE5 #FDE5DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBCF #FBCFC1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F8AB #F8AB91 | BordersInactive statesPlaceholder text |
| 400 | F47E #F47E57 | Disabled statesSecondary iconsMuted text |
| 500 | F15A #F15A27 | Primary brand colorCTAsActive elementsLinks |
| 600 | D33F #D33F0D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A832 #A8320B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7824 #782408 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D17 #4D1705 | Primary textHigh emphasis contentDark headings |
| 950 | 300E #300E03 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FEF4F1;
--black-100: #FDE5DD;
--black-200: #FBCFC1;
--black-300: #F8AB91;
--black-400: #F47E57;
--black-500: #F15A27;
--black-600: #D33F0D;
--black-700: #A8320B;
--black-800: #782408;
--black-900: #4D1705;
--black-950: #300E03;
}