Black
#301303
OrangeColor Codes
All color formats for development
HEX
#301303RGB
rgb(48, 19, 3)HSL
hsl(21, 88%, 10%)OKLCH
oklch(0.227 0.055 48.8)CMYK
cmyk(0%, 60%, 94%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2B1103
2#260F02
3#220D02
4#1D0B02
5#180902
6#130801
7#0E0601
8#0A0401
9#050200
Tints
Lighter variations
1#5B2406
2#863509
3#B1450B
4#DD560E
5#F16E27
6#F48B52
7#F7A87E
8#F9C5A9
9#FCE2D4
Tones
Muted variations
1#2E1305
2#2B1408
3#29150A
4#27150C
5#25160E
6#221711
7#201713
8#1E1815
9#1C1917
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF5 #FEF5F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDE8 #FDE8DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBD5 #FBD5C1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F8B5 #F8B591 | BordersInactive statesPlaceholder text |
| 400 | F48E #F48E57 | Disabled statesSecondary iconsMuted text |
| 500 | F16E #F16E27 | Primary brand colorCTAsActive elementsLinks |
| 600 | D353 #D3530D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A842 #A8420B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 782F #782F08 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D1E #4D1E05 | Primary textHigh emphasis contentDark headings |
| 950 | 3013 #301303 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FEF5F1;
--black-100: #FDE8DD;
--black-200: #FBD5C1;
--black-300: #F8B591;
--black-400: #F48E57;
--black-500: #F16E27;
--black-600: #D3530D;
--black-700: #A8420B;
--black-800: #782F08;
--black-900: #4D1E05;
--black-950: #301303;
}