Black
#301803
OrangeColor Codes
All color formats for development
HEX
#301803RGB
rgb(48, 24, 3)HSL
hsl(28, 88%, 10%)OKLCH
oklch(0.238 0.051 59.5)CMYK
cmyk(0%, 50%, 94%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2B1603
2#261302
3#221102
4#1D0E02
5#180C02
6#130A01
7#0E0701
8#0A0501
9#050200
Tints
Lighter variations
1#5B2E06
2#864309
3#B1590B
4#DD6E0E
5#F18627
6#F49E52
7#F7B67E
8#F9CEA9
9#FCE7D4
Tones
Muted variations
1#2E1805
2#2B1808
3#29180A
4#27190C
5#25190E
6#221911
7#201913
8#1E1915
9#1C1917
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF7 #FEF7F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDEC #FDECDD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBDC #FBDCC1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F8C1 #F8C191 | BordersInactive statesPlaceholder text |
| 400 | F4A1 #F4A157 | Disabled statesSecondary iconsMuted text |
| 500 | F186 #F18627 | Primary brand colorCTAsActive elementsLinks |
| 600 | D36A #D36A0D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A854 #A8540B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 783C #783C08 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D26 #4D2605 | Primary textHigh emphasis contentDark headings |
| 950 | 3018 #301803 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FEF7F1;
--black-100: #FDECDD;
--black-200: #FBDCC1;
--black-300: #F8C191;
--black-400: #F4A157;
--black-500: #F18627;
--black-600: #D36A0D;
--black-700: #A8540B;
--black-800: #783C08;
--black-900: #4D2605;
--black-950: #301803;
}