Black
#2C1F07
OrangeColor Codes
All color formats for development
HEX
#2C1F07RGB
rgb(44, 31, 7)HSL
hsl(39, 73%, 10%)OKLCH
oklch(0.249 0.042 80.1)CMYK
cmyk(0%, 30%, 84%, 83%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#281C06
2#231906
3#1F1605
4#1A1304
5#161003
6#120C03
7#0D0902
8#090601
9#040301
Tints
Lighter variations
1#543B0D
2#7C5713
3#A37319
4#CB8F20
5#E0A538
6#E6B760
7#ECC988
8#F3DBB0
9#F9EDD7
Tones
Muted variations
1#2A1F09
2#281E0B
3#271D0C
4#251D0E
5#231C10
6#211C12
7#1F1B14
8#1D1B16
9#1B1A18
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF9 #FDF9F2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FAF1 #FAF1E0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6E5 #F6E5C6 | Secondary backgroundsInput backgroundsDividers |
| 300 | EFD1 #EFD19A | BordersInactive statesPlaceholder text |
| 400 | E7B9 #E7B965 | Disabled statesSecondary iconsMuted text |
| 500 | E0A5 #E0A538 | Primary brand colorCTAsActive elementsLinks |
| 600 | C289 #C2891E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A6D #9A6D18 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E4E #6E4E11 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4732 #47320B | Primary textHigh emphasis contentDark headings |
| 950 | 2C1F #2C1F07 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FDF9F2;
--black-100: #FAF1E0;
--black-200: #F6E5C6;
--black-300: #EFD19A;
--black-400: #E7B965;
--black-500: #E0A538;
--black-600: #C2891E;
--black-700: #9A6D18;
--black-800: #6E4E11;
--black-900: #47320B;
--black-950: #2C1F07;
}