Black
#311402
OrangeColor Codes
All color formats for development
HEX
#311402RGB
rgb(49, 20, 2)HSL
hsl(23, 92%, 10%)OKLCH
oklch(0.231 0.056 51.3)CMYK
cmyk(0%, 59%, 96%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2C1202
2#271002
3#220E01
4#1D0C01
5#180A01
6#140801
7#0F0601
8#0A0400
9#050200
Tints
Lighter variations
1#5D2604
2#893806
3#B54A08
4#E15C09
5#F67423
6#F88F4F
7#F9AB7B
8#FBC7A7
9#FDE3D3
Tones
Muted variations
1#2F1504
2#2C1507
3#2A1609
4#28160B
5#25170E
6#231710
7#211812
8#1E1815
9#1C1917
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF6 #FEF6F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEE9 #FEE9DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCD7 #FCD7BF | Secondary backgroundsInput backgroundsDividers |
| 300 | FAB8 #FAB88E | BordersInactive statesPlaceholder text |
| 400 | F893 #F89354 | Disabled statesSecondary iconsMuted text |
| 500 | F674 #F67423 | Primary brand colorCTAsActive elementsLinks |
| 600 | D758 #D75809 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AB46 #AB4607 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A32 #7A3205 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E20 #4E2003 | Primary textHigh emphasis contentDark headings |
| 950 | 3114 #311402 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FEF6F0;
--black-100: #FEE9DD;
--black-200: #FCD7BF;
--black-300: #FAB88E;
--black-400: #F89354;
--black-500: #F67423;
--black-600: #D75809;
--black-700: #AB4607;
--black-800: #7A3205;
--black-900: #4E2003;
--black-950: #311402;
}