Black
#2C1807
OrangeColor Codes
All color formats for development
HEX
#2C1807RGB
rgb(44, 24, 7)HSL
hsl(28, 73%, 10%)OKLCH
oklch(0.232 0.043 59.1)CMYK
cmyk(0%, 45%, 84%, 83%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#281606
2#231306
3#1F1105
4#1A0F04
5#160C03
6#120A03
7#0D0702
8#090501
9#040201
Tints
Lighter variations
1#542E0D
2#7C4413
3#A35A19
4#CB7020
5#E08738
6#E69F60
7#ECB788
8#F3CFB0
9#F9E7D7
Tones
Muted variations
1#2A1809
2#28190B
3#27190C
4#25190E
5#231910
6#211912
7#1F1914
8#1D1916
9#1B1918
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF7 #FDF7F2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FAEC #FAECE0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6DC #F6DCC6 | Secondary backgroundsInput backgroundsDividers |
| 300 | EFC1 #EFC19A | BordersInactive statesPlaceholder text |
| 400 | E7A1 #E7A165 | Disabled statesSecondary iconsMuted text |
| 500 | E087 #E08738 | Primary brand colorCTAsActive elementsLinks |
| 600 | C26B #C26B1E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A55 #9A5518 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E3D #6E3D11 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4727 #47270B | Primary textHigh emphasis contentDark headings |
| 950 | 2C18 #2C1807 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FDF7F2;
--black-100: #FAECE0;
--black-200: #F6DCC6;
--black-300: #EFC19A;
--black-400: #E7A165;
--black-500: #E08738;
--black-600: #C26B1E;
--black-700: #9A5518;
--black-800: #6E3D11;
--black-900: #47270B;
--black-950: #2C1807;
}