Black
#2E2105
OrangeColor Codes
All color formats for development
HEX
#2E2105RGB
rgb(46, 33, 5)HSL
hsl(41, 80%, 10%)OKLCH
oklch(0.257 0.046 83.4)CMYK
cmyk(0%, 28%, 89%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#291E05
2#251A04
3#201704
4#1C1403
5#171003
6#120D02
7#0E0A02
8#090701
9#050301
Tints
Lighter variations
1#573F0A
2#815C0E
3#AA7A13
4#D39817
5#E8AE30
6#EDBE5A
7#F1CE83
8#F6DFAC
9#FAEFD6
Tones
Muted variations
1#2C2007
2#2A1F09
3#281F0B
4#261E0D
5#241D0F
6#221C11
7#201C13
8#1E1B15
9#1C1A17
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFA #FDFAF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF2 #FBF2DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8E8 #F8E8C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3D6 #F3D695 | BordersInactive statesPlaceholder text |
| 400 | EDC0 #EDC05E | Disabled statesSecondary iconsMuted text |
| 500 | E8AE #E8AE30 | Primary brand colorCTAsActive elementsLinks |
| 600 | CA91 #CA9116 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A173 #A17312 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7352 #73520D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4935 #493508 | Primary textHigh emphasis contentDark headings |
| 950 | 2E21 #2E2105 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FDFAF1;
--black-100: #FBF2DF;
--black-200: #F8E8C3;
--black-300: #F3D695;
--black-400: #EDC05E;
--black-500: #E8AE30;
--black-600: #CA9116;
--black-700: #A17312;
--black-800: #73520D;
--black-900: #493508;
--black-950: #2E2105;
}