Black
#332000
OrangeColor Codes
All color formats for development
HEX
#332000RGB
rgb(51, 32, 0)HSL
hsl(38, 100%, 10%)OKLCH
oklch(0.261 0.055 76.6)CMYK
cmyk(0%, 37%, 100%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2E1D00
2#291A00
3#241700
4#1F1300
5#1A1000
6#140D00
7#0F0A00
8#0A0600
9#050300
Tints
Lighter variations
1#613D00
2#8F5A00
3#BD7800
4#EB9500
5#FFAB1A
6#FFBC47
7#FFCD75
8#FFDDA3
9#FFEED1
Tones
Muted variations
1#302003
2#2E1F05
3#2B1E08
4#291E0A
5#261D0D
6#241C0F
7#211C12
8#1F1B14
9#1C1A17
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF9 #FFF9F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFF2 #FFF2DB | Light backgroundsTable row hoverSkeleton loading |
| 200 | FFE7 #FFE7BD | Secondary backgroundsInput backgroundsDividers |
| 300 | FFD4 #FFD48A | BordersInactive statesPlaceholder text |
| 400 | FFBE #FFBE4D | Disabled statesSecondary iconsMuted text |
| 500 | FFAB #FFAB1A | Primary brand colorCTAsActive elementsLinks |
| 600 | E08E #E08E00 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B371 #B37100 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 8051 #805100 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5234 #523400 | Primary textHigh emphasis contentDark headings |
| 950 | 3320 #332000 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FFF9F0;
--black-100: #FFF2DB;
--black-200: #FFE7BD;
--black-300: #FFD48A;
--black-400: #FFBE4D;
--black-500: #FFAB1A;
--black-600: #E08E00;
--black-700: #B37100;
--black-800: #805100;
--black-900: #523400;
--black-950: #332000;
}