Black
#301403
OrangeColor Codes
All color formats for development
HEX
#301403RGB
rgb(48, 20, 3)HSL
hsl(23, 88%, 10%)OKLCH
oklch(0.229 0.054 50.7)CMYK
cmyk(0%, 58%, 94%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2B1203
2#261002
3#220E02
4#1D0C02
5#180A02
6#130801
7#0E0601
8#0A0401
9#050200
Tints
Lighter variations
1#5B2706
2#863909
3#B14B0B
4#DD5D0E
5#F17527
6#F49052
7#F7AC7E
8#F9C8A9
9#FCE3D4
Tones
Muted variations
1#2E1505
2#2B1508
3#29160A
4#27160C
5#25170E
6#221711
7#201813
8#1E1815
9#1C1917
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF6 #FEF6F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDE9 #FDE9DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBD7 #FBD7C1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F8B8 #F8B891 | BordersInactive statesPlaceholder text |
| 400 | F493 #F49357 | Disabled statesSecondary iconsMuted text |
| 500 | F175 #F17527 | Primary brand colorCTAsActive elementsLinks |
| 600 | D359 #D3590D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A847 #A8470B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7833 #783308 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D20 #4D2005 | Primary textHigh emphasis contentDark headings |
| 950 | 3014 #301403 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FEF6F1;
--black-100: #FDE9DD;
--black-200: #FBD7C1;
--black-300: #F8B891;
--black-400: #F49357;
--black-500: #F17527;
--black-600: #D3590D;
--black-700: #A8470B;
--black-800: #783308;
--black-900: #4D2005;
--black-950: #301403;
}