Black
#311102
OrangeColor Codes
All color formats for development
HEX
#311102RGB
rgb(49, 17, 2)HSL
hsl(19, 92%, 10%)OKLCH
oklch(0.225 0.059 46)CMYK
cmyk(0%, 65%, 96%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2C0F02
2#270E02
3#220C01
4#1D0A01
5#180801
6#140701
7#0F0501
8#0A0300
9#050200
Tints
Lighter variations
1#5D2004
2#892F06
3#B53F08
4#E14E09
5#F66623
6#F8844F
7#F9A37B
8#FBC2A7
9#FDE0D3
Tones
Muted variations
1#2F1204
2#2C1307
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 | FCD3 #FCD3BF | Secondary backgroundsInput backgroundsDividers |
| 300 | FAB1 #FAB18E | BordersInactive statesPlaceholder text |
| 400 | F888 #F88854 | Disabled statesSecondary iconsMuted text |
| 500 | F666 #F66623 | Primary brand colorCTAsActive elementsLinks |
| 600 | D74A #D74A09 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AB3B #AB3B07 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A2A #7A2A05 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E1B #4E1B03 | Primary textHigh emphasis contentDark headings |
| 950 | 3111 #311102 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FEF5F0;
--black-100: #FEE7DD;
--black-200: #FCD3BF;
--black-300: #FAB18E;
--black-400: #F88854;
--black-500: #F66623;
--black-600: #D74A09;
--black-700: #AB3B07;
--black-800: #7A2A05;
--black-900: #4E1B03;
--black-950: #311102;
}