Black
#332100
OrangeColor Codes
All color formats for development
HEX
#332100RGB
rgb(51, 33, 0)HSL
hsl(39, 100%, 10%)OKLCH
oklch(0.264 0.055 78.7)CMYK
cmyk(0%, 35%, 100%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2E1E00
2#291B00
3#241700
4#1F1400
5#1A1100
6#140D00
7#0F0A00
8#0A0700
9#050300
Tints
Lighter variations
1#613F00
2#8F5D00
3#BD7B00
4#EB9800
5#FFAF1A
6#FFBF47
7#FFCF75
8#FFDFA3
9#FFEFD1
Tones
Muted variations
1#302003
2#2E2005
3#2B1F08
4#291E0A
5#261D0D
6#241D0F
7#211C12
8#1F1B14
9#1C1A17
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFFA #FFFAF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFF3 #FFF3DB | Light backgroundsTable row hoverSkeleton loading |
| 200 | FFE8 #FFE8BD | Secondary backgroundsInput backgroundsDividers |
| 300 | FFD6 #FFD68A | BordersInactive statesPlaceholder text |
| 400 | FFC1 #FFC14D | Disabled statesSecondary iconsMuted text |
| 500 | FFAF #FFAF1A | Primary brand colorCTAsActive elementsLinks |
| 600 | E092 #E09200 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B374 #B37400 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 8053 #805300 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5235 #523500 | Primary textHigh emphasis contentDark headings |
| 950 | 3321 #332100 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FFFAF0;
--black-100: #FFF3DB;
--black-200: #FFE8BD;
--black-300: #FFD68A;
--black-400: #FFC14D;
--black-500: #FFAF1A;
--black-600: #E09200;
--black-700: #B37400;
--black-800: #805300;
--black-900: #523500;
--black-950: #332100;
}