Black
#331500
OrangeColor Codes
All color formats for development
HEX
#331500RGB
rgb(51, 21, 0)HSL
hsl(25, 100%, 10%)OKLCH
oklch(0.236 0.059 54.2)CMYK
cmyk(0%, 59%, 100%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2E1300
2#291100
3#240F00
4#1F0D00
5#1A0B00
6#140900
7#0F0600
8#0A0400
9#050200
Tints
Lighter variations
1#612800
2#8F3C00
3#BD4F00
4#EB6200
5#FF791A
6#FF9447
7#FFAF75
8#FFC9A3
9#FFE4D1
Tones
Muted variations
1#301603
2#2E1605
3#2B1708
4#29170A
5#26170D
6#24180F
7#211812
8#1F1914
9#1C1917
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF6 #FFF6F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFEA #FFEADB | Light backgroundsTable row hoverSkeleton loading |
| 200 | FFD8 #FFD8BD | Secondary backgroundsInput backgroundsDividers |
| 300 | FFBB #FFBB8A | BordersInactive statesPlaceholder text |
| 400 | FF97 #FF974D | Disabled statesSecondary iconsMuted text |
| 500 | FF79 #FF791A | Primary brand colorCTAsActive elementsLinks |
| 600 | E05E #E05E00 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B34A #B34A00 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 8035 #803500 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5222 #522200 | Primary textHigh emphasis contentDark headings |
| 950 | 3315 #331500 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FFF6F0;
--black-100: #FFEADB;
--black-200: #FFD8BD;
--black-300: #FFBB8A;
--black-400: #FF974D;
--black-500: #FF791A;
--black-600: #E05E00;
--black-700: #B34A00;
--black-800: #803500;
--black-900: #522200;
--black-950: #331500;
}