Black
#311E02
OrangeColor Codes
All color formats for development
HEX
#311E02RGB
rgb(49, 30, 2)HSL
hsl(36, 92%, 10%)OKLCH
oklch(0.254 0.051 73.4)CMYK
cmyk(0%, 39%, 96%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2C1B02
2#271802
3#221501
4#1D1201
5#180F01
6#140C01
7#0F0901
8#0A0600
9#050300
Tints
Lighter variations
1#5D3904
2#895506
3#B57008
4#E18B09
5#F6A123
6#F8B44F
7#F9C77B
8#FBDAA7
9#FDECD3
Tones
Muted variations
1#2F1E04
2#2C1D07
3#2A1D09
4#281C0B
5#251C0E
6#231B10
7#211B12
8#1E1A15
9#1C1A17
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF9 #FEF9F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEF0 #FEF0DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCE4 #FCE4BF | Secondary backgroundsInput backgroundsDividers |
| 300 | FACF #FACF8E | BordersInactive statesPlaceholder text |
| 400 | F8B6 #F8B654 | Disabled statesSecondary iconsMuted text |
| 500 | F6A1 #F6A123 | Primary brand colorCTAsActive elementsLinks |
| 600 | D785 #D78509 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AB6A #AB6A07 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A4B #7A4B05 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E30 #4E3003 | Primary textHigh emphasis contentDark headings |
| 950 | 311E #311E02 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FEF9F0;
--black-100: #FEF0DD;
--black-200: #FCE4BF;
--black-300: #FACF8E;
--black-400: #F8B654;
--black-500: #F6A123;
--black-600: #D78509;
--black-700: #AB6A07;
--black-800: #7A4B05;
--black-900: #4E3003;
--black-950: #311E02;
}