Black
#331700
OrangeColor Codes
All color formats for development
HEX
#331700RGB
rgb(51, 23, 0)HSL
hsl(27, 100%, 10%)OKLCH
oklch(0.241 0.058 57.9)CMYK
cmyk(0%, 55%, 100%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2E1500
2#291200
3#241000
4#1F0E00
5#1A0B00
6#140900
7#0F0700
8#0A0500
9#050200
Tints
Lighter variations
1#612C00
2#8F4000
3#BD5500
4#EB6A00
5#FF811A
6#FF9A47
7#FFB375
8#FFCDA3
9#FFE6D1
Tones
Muted variations
1#301703
2#2E1705
3#2B1808
4#29180A
5#26180D
6#24180F
7#211912
8#1F1914
9#1C1917
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF7 #FFF7F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFEB #FFEBDB | Light backgroundsTable row hoverSkeleton loading |
| 200 | FFDB #FFDBBD | Secondary backgroundsInput backgroundsDividers |
| 300 | FFBE #FFBE8A | BordersInactive statesPlaceholder text |
| 400 | FF9D #FF9D4D | Disabled statesSecondary iconsMuted text |
| 500 | FF81 #FF811A | Primary brand colorCTAsActive elementsLinks |
| 600 | E065 #E06500 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B350 #B35000 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 8039 #803900 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5225 #522500 | Primary textHigh emphasis contentDark headings |
| 950 | 3317 #331700 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FFF7F0;
--black-100: #FFEBDB;
--black-200: #FFDBBD;
--black-300: #FFBE8A;
--black-400: #FF9D4D;
--black-500: #FF811A;
--black-600: #E06500;
--black-700: #B35000;
--black-800: #803900;
--black-900: #522500;
--black-950: #331700;
}