Black
#311B02
OrangeColor Codes
All color formats for development
HEX
#311B02RGB
rgb(49, 27, 2)HSL
hsl(32, 92%, 10%)OKLCH
oklch(0.246 0.052 66.3)CMYK
cmyk(0%, 45%, 96%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2C1802
2#271602
3#221301
4#1D1001
5#180E01
6#140B01
7#0F0801
8#0A0500
9#050300
Tints
Lighter variations
1#5D3304
2#894C06
3#B56408
4#E17C09
5#F69323
6#F8A94F
7#F9BE7B
8#FBD4A7
9#FDE9D3
Tones
Muted variations
1#2F1B04
2#2C1B07
3#2A1B09
4#281A0B
5#251A0E
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 | FEEE #FEEEDD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCE0 #FCE0BF | Secondary backgroundsInput backgroundsDividers |
| 300 | FAC8 #FAC88E | BordersInactive statesPlaceholder text |
| 400 | F8AB #F8AB54 | Disabled statesSecondary iconsMuted text |
| 500 | F693 #F69323 | Primary brand colorCTAsActive elementsLinks |
| 600 | D777 #D77709 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AB5F #AB5F07 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A44 #7A4405 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E2B #4E2B03 | Primary textHigh emphasis contentDark headings |
| 950 | 311B #311B02 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FEF8F0;
--black-100: #FEEEDD;
--black-200: #FCE0BF;
--black-300: #FAC88E;
--black-400: #F8AB54;
--black-500: #F69323;
--black-600: #D77709;
--black-700: #AB5F07;
--black-800: #7A4405;
--black-900: #4E2B03;
--black-950: #311B02;
}