Black
#311602
OrangeColor Codes
All color formats for development
HEX
#311602RGB
rgb(49, 22, 2)HSL
hsl(26, 92%, 10%)OKLCH
oklch(0.235 0.054 55.3)CMYK
cmyk(0%, 55%, 96%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2C1402
2#271202
3#221001
4#1D0D01
5#180B01
6#140901
7#0F0701
8#0A0400
9#050200
Tints
Lighter variations
1#5D2B04
2#893F06
3#B55308
4#E16709
5#F67E23
6#F8984F
7#F9B27B
8#FBCBA7
9#FDE5D3
Tones
Muted variations
1#2F1704
2#2C1707
3#2A1709
4#28180B
5#25180E
6#231810
7#211912
8#1E1915
9#1C1917
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF6 #FEF6F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEEB #FEEBDD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCDA #FCDABF | Secondary backgroundsInput backgroundsDividers |
| 300 | FABD #FABD8E | BordersInactive statesPlaceholder text |
| 400 | F89B #F89B54 | Disabled statesSecondary iconsMuted text |
| 500 | F67E #F67E23 | Primary brand colorCTAsActive elementsLinks |
| 600 | D762 #D76209 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AB4E #AB4E07 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A38 #7A3805 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E24 #4E2403 | Primary textHigh emphasis contentDark headings |
| 950 | 3116 #311602 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FEF6F0;
--black-100: #FEEBDD;
--black-200: #FCDABF;
--black-300: #FABD8E;
--black-400: #F89B54;
--black-500: #F67E23;
--black-600: #D76209;
--black-700: #AB4E07;
--black-800: #7A3805;
--black-900: #4E2403;
--black-950: #311602;
}