Black
#311502
OrangeColor Codes
All color formats for development
HEX
#311502RGB
rgb(49, 21, 2)HSL
hsl(24, 92%, 10%)OKLCH
oklch(0.233 0.055 53.3)CMYK
cmyk(0%, 57%, 96%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2C1302
2#271102
3#220F01
4#1D0C01
5#180A01
6#140801
7#0F0601
8#0A0400
9#050200
Tints
Lighter variations
1#5D2804
2#893A06
3#B54D08
4#E16009
5#F67723
6#F8924F
7#F9AD7B
8#FBC9A7
9#FDE4D3
Tones
Muted variations
1#2F1504
2#2C1607
3#2A1609
4#28170B
5#25170E
6#231810
7#211812
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 | FEEA #FEEADD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCD8 #FCD8BF | Secondary backgroundsInput backgroundsDividers |
| 300 | FABA #FABA8E | BordersInactive statesPlaceholder text |
| 400 | F895 #F89554 | Disabled statesSecondary iconsMuted text |
| 500 | F677 #F67723 | Primary brand colorCTAsActive elementsLinks |
| 600 | D75C #D75C09 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AB49 #AB4907 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A34 #7A3405 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E21 #4E2103 | Primary textHigh emphasis contentDark headings |
| 950 | 3115 #311502 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FEF6F0;
--black-100: #FEEADD;
--black-200: #FCD8BF;
--black-300: #FABA8E;
--black-400: #F89554;
--black-500: #F67723;
--black-600: #D75C09;
--black-700: #AB4907;
--black-800: #7A3405;
--black-900: #4E2103;
--black-950: #311502;
}