Black
#311C02
OrangeColor Codes
All color formats for development
HEX
#311C02RGB
rgb(49, 28, 2)HSL
hsl(33, 92%, 10%)OKLCH
oklch(0.249 0.051 68.7)CMYK
cmyk(0%, 43%, 96%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2C1902
2#271602
3#221301
4#1D1101
5#180E01
6#140B01
7#0F0801
8#0A0600
9#050300
Tints
Lighter variations
1#5D3504
2#894E06
3#B56708
4#E18009
5#F69723
6#F8AC4F
7#F9C07B
8#FBD5A7
9#FDEAD3
Tones
Muted variations
1#2F1C04
2#2C1B07
3#2A1B09
4#281B0B
5#251B0E
6#231A10
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 | FCE1 #FCE1BF | Secondary backgroundsInput backgroundsDividers |
| 300 | FACA #FACA8E | BordersInactive statesPlaceholder text |
| 400 | F8AE #F8AE54 | Disabled statesSecondary iconsMuted text |
| 500 | F697 #F69723 | Primary brand colorCTAsActive elementsLinks |
| 600 | D77B #D77B09 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AB61 #AB6107 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A46 #7A4605 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E2D #4E2D03 | Primary textHigh emphasis contentDark headings |
| 950 | 311C #311C02 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FEF8F0;
--black-100: #FEEFDD;
--black-200: #FCE1BF;
--black-300: #FACA8E;
--black-400: #F8AE54;
--black-500: #F69723;
--black-600: #D77B09;
--black-700: #AB6107;
--black-800: #7A4605;
--black-900: #4E2D03;
--black-950: #311C02;
}