Black
#311202
OrangeColor Codes
All color formats for development
HEX
#311202RGB
rgb(49, 18, 2)HSL
hsl(20, 92%, 10%)OKLCH
oklch(0.227 0.058 47.7)CMYK
cmyk(0%, 63%, 96%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2C1002
2#270E02
3#220C01
4#1D0B01
5#180901
6#140701
7#0F0501
8#0A0400
9#050200
Tints
Lighter variations
1#5D2204
2#893206
3#B54108
4#E15109
5#F66923
6#F8874F
7#F9A57B
8#FBC3A7
9#FDE1D3
Tones
Muted variations
1#2F1204
2#2C1307
3#2A1409
4#28150B
5#25160E
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 | FEE8 #FEE8DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCD4 #FCD4BF | Secondary backgroundsInput backgroundsDividers |
| 300 | FAB2 #FAB28E | BordersInactive statesPlaceholder text |
| 400 | F88A #F88A54 | Disabled statesSecondary iconsMuted text |
| 500 | F669 #F66923 | Primary brand colorCTAsActive elementsLinks |
| 600 | D74E #D74E09 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AB3E #AB3E07 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A2C #7A2C05 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E1C #4E1C03 | Primary textHigh emphasis contentDark headings |
| 950 | 3112 #311202 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FEF5F0;
--black-100: #FEE8DD;
--black-200: #FCD4BF;
--black-300: #FAB28E;
--black-400: #F88A54;
--black-500: #F66923;
--black-600: #D74E09;
--black-700: #AB3E07;
--black-800: #7A2C05;
--black-900: #4E1C03;
--black-950: #311202;
}