Black
#311D02
OrangeColor Codes
All color formats for development
HEX
#311D02RGB
rgb(49, 29, 2)HSL
hsl(34, 92%, 10%)OKLCH
oklch(0.251 0.051 71)CMYK
cmyk(0%, 41%, 96%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2C1A02
2#271702
3#221401
4#1D1101
5#180E01
6#140B01
7#0F0901
8#0A0600
9#050300
Tints
Lighter variations
1#5D3604
2#895006
3#B56A08
4#E18409
5#F69A23
6#F8AE4F
7#F9C37B
8#FBD7A7
9#FDEBD3
Tones
Muted variations
1#2F1C04
2#2C1C07
3#2A1C09
4#281B0B
5#251B0E
6#231B10
7#211A12
8#1E1A15
9#1C1A17
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF8 #FEF8F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEEF #FEEFDD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCE2 #FCE2BF | Secondary backgroundsInput backgroundsDividers |
| 300 | FACC #FACC8E | BordersInactive statesPlaceholder text |
| 400 | F8B1 #F8B154 | Disabled statesSecondary iconsMuted text |
| 500 | F69A #F69A23 | Primary brand colorCTAsActive elementsLinks |
| 600 | D77E #D77E09 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AB64 #AB6407 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A48 #7A4805 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E2E #4E2E03 | Primary textHigh emphasis contentDark headings |
| 950 | 311D #311D02 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FEF8F0;
--black-100: #FEEFDD;
--black-200: #FCE2BF;
--black-300: #FACC8E;
--black-400: #F8B154;
--black-500: #F69A23;
--black-600: #D77E09;
--black-700: #AB6407;
--black-800: #7A4805;
--black-900: #4E2E03;
--black-950: #311D02;
}