Black
#2D1B06
OrangeColor Codes
All color formats for development
HEX
#2D1B06RGB
rgb(45, 27, 6)HSL
hsl(32, 76%, 10%)OKLCH
oklch(0.241 0.044 67.6)CMYK
cmyk(0%, 40%, 87%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#281806
2#241505
3#1F1304
4#1B1004
5#160D03
6#120B02
7#0D0802
8#090501
9#040301
Tints
Lighter variations
1#55330C
2#7E4B11
3#A66317
4#CE7B1C
5#E39235
6#E9A85D
7#EEBE86
8#F4D3AE
9#F9E9D7
Tones
Muted variations
1#2B1B08
2#291B0A
3#271A0C
4#251A0E
5#231A10
6#211A12
7#1F1A14
8#1D1A16
9#1B1A18
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF8 #FDF8F2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBEE #FBEEE0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7E0 #F7E0C5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F1C7 #F1C798 | BordersInactive statesPlaceholder text |
| 400 | EAAA #EAAA62 | Disabled statesSecondary iconsMuted text |
| 500 | E392 #E39235 | Primary brand colorCTAsActive elementsLinks |
| 600 | C576 #C5761B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D5E #9D5E15 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7043 #70430F | Text on light backgroundsHeadingsStrong borders |
| 900 | 482B #482B0A | Primary textHigh emphasis contentDark headings |
| 950 | 2D1B #2D1B06 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FDF8F2;
--black-100: #FBEEE0;
--black-200: #F7E0C5;
--black-300: #F1C798;
--black-400: #EAAA62;
--black-500: #E39235;
--black-600: #C5761B;
--black-700: #9D5E15;
--black-800: #70430F;
--black-900: #482B0A;
--black-950: #2D1B06;
}