Black
#331600
OrangeColor Codes
All color formats for development
HEX
#331600RGB
rgb(51, 22, 0)HSL
hsl(26, 100%, 10%)OKLCH
oklch(0.238 0.058 56)CMYK
cmyk(0%, 57%, 100%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2E1400
2#291200
3#240F00
4#1F0D00
5#1A0B00
6#140900
7#0F0700
8#0A0400
9#050200
Tints
Lighter variations
1#612A00
2#8F3E00
3#BD5200
4#EB6600
5#FF7D1A
6#FF9747
7#FFB175
8#FFCBA3
9#FFE5D1
Tones
Muted variations
1#301603
2#2E1705
3#2B1708
4#29170A
5#26180D
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 | FFEB #FFEBDB | Light backgroundsTable row hoverSkeleton loading |
| 200 | FFD9 #FFD9BD | Secondary backgroundsInput backgroundsDividers |
| 300 | FFBD #FFBD8A | BordersInactive statesPlaceholder text |
| 400 | FF9A #FF9A4D | Disabled statesSecondary iconsMuted text |
| 500 | FF7D #FF7D1A | Primary brand colorCTAsActive elementsLinks |
| 600 | E061 #E06100 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B34D #B34D00 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 8037 #803700 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5223 #522300 | Primary textHigh emphasis contentDark headings |
| 950 | 3316 #331600 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FFF6F0;
--black-100: #FFEBDB;
--black-200: #FFD9BD;
--black-300: #FFBD8A;
--black-400: #FF9A4D;
--black-500: #FF7D1A;
--black-600: #E06100;
--black-700: #B34D00;
--black-800: #803700;
--black-900: #522300;
--black-950: #331600;
}