Black
#311002
OrangeColor Codes
All color formats for development
HEX
#311002RGB
rgb(49, 16, 2)HSL
hsl(18, 92%, 10%)OKLCH
oklch(0.223 0.06 44.3)CMYK
cmyk(0%, 67%, 96%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2C0F02
2#270D02
3#220B01
4#1D0A01
5#180801
6#140601
7#0F0501
8#0A0300
9#050200
Tints
Lighter variations
1#5D1F04
2#892D06
3#B53C08
4#E14A09
5#F66223
6#F8814F
7#F9A17B
8#FBC0A7
9#FDE0D3
Tones
Muted variations
1#2F1104
2#2C1207
3#2A1309
4#28140B
5#25150E
6#231610
7#211712
8#1E1815
9#1C1917
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF5 #FEF5F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEE7 #FEE7DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCD2 #FCD2BF | Secondary backgroundsInput backgroundsDividers |
| 300 | FAAF #FAAF8E | BordersInactive statesPlaceholder text |
| 400 | F885 #F88554 | Disabled statesSecondary iconsMuted text |
| 500 | F662 #F66223 | Primary brand colorCTAsActive elementsLinks |
| 600 | D747 #D74709 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AB38 #AB3807 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A28 #7A2805 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E1A #4E1A03 | Primary textHigh emphasis contentDark headings |
| 950 | 3110 #311002 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FEF5F0;
--black-100: #FEE7DD;
--black-200: #FCD2BF;
--black-300: #FAAF8E;
--black-400: #F88554;
--black-500: #F66223;
--black-600: #D74709;
--black-700: #AB3807;
--black-800: #7A2805;
--black-900: #4E1A03;
--black-950: #311002;
}