Black
#2D1306
OrangeColor Codes
All color formats for development
HEX
#2D1306RGB
rgb(45, 19, 6)HSL
hsl(20, 76%, 10%)OKLCH
oklch(0.223 0.048 46.4)CMYK
cmyk(0%, 58%, 87%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#281106
2#240F05
3#1F0D04
4#1B0B04
5#160A03
6#120802
7#0D0602
8#090401
9#040201
Tints
Lighter variations
1#55240C
2#7E3511
3#A64617
4#CE581C
5#E36F35
6#E98C5D
7#EEA986
8#F4C5AE
9#F9E2D7
Tones
Muted variations
1#2B1408
2#29140A
3#27150C
4#25160E
5#231610
6#211712
7#1F1814
8#1D1816
9#1B1918
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF5 #FDF5F2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE9 #FBE9E0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7D5 #F7D5C5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F1B5 #F1B598 | BordersInactive statesPlaceholder text |
| 400 | EA8F #EA8F62 | Disabled statesSecondary iconsMuted text |
| 500 | E36F #E36F35 | Primary brand colorCTAsActive elementsLinks |
| 600 | C554 #C5541B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D43 #9D4315 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7030 #70300F | Text on light backgroundsHeadingsStrong borders |
| 900 | 481E #481E0A | Primary textHigh emphasis contentDark headings |
| 950 | 2D13 #2D1306 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FDF5F2;
--black-100: #FBE9E0;
--black-200: #F7D5C5;
--black-300: #F1B598;
--black-400: #EA8F62;
--black-500: #E36F35;
--black-600: #C5541B;
--black-700: #9D4315;
--black-800: #70300F;
--black-900: #481E0A;
--black-950: #2D1306;
}