Black
#322201
OrangeColor Codes
All color formats for development
HEX
#322201RGB
rgb(50, 34, 1)HSL
hsl(40, 96%, 10%)OKLCH
oklch(0.265 0.053 81.7)CMYK
cmyk(0%, 32%, 98%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2D1E01
2#281B01
3#231801
4#1E1401
5#191101
6#140D00
7#0F0A00
8#0A0700
9#050300
Tints
Lighter variations
1#5F4002
2#8C5E03
3#B97D04
4#E69B05
5#FAB11E
6#FBC14B
7#FCD078
8#FDE0A5
9#FEEFD2
Tones
Muted variations
1#302103
2#2D2006
3#2B1F08
4#281E0B
5#261E0D
6#231D10
7#211C12
8#1E1B15
9#1C1A17
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFFA #FFFAF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEF3 #FEF3DC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEE8 #FEE8BE | Secondary backgroundsInput backgroundsDividers |
| 300 | FDD7 #FDD78C | BordersInactive statesPlaceholder text |
| 400 | FBC2 #FBC250 | Disabled statesSecondary iconsMuted text |
| 500 | FAB1 #FAB11E | Primary brand colorCTAsActive elementsLinks |
| 600 | DC94 #DC9404 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AF76 #AF7604 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7D54 #7D5403 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5036 #503602 | Primary textHigh emphasis contentDark headings |
| 950 | 3222 #322201 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FFFAF0;
--black-100: #FEF3DC;
--black-200: #FEE8BE;
--black-300: #FDD78C;
--black-400: #FBC250;
--black-500: #FAB11E;
--black-600: #DC9404;
--black-700: #AF7604;
--black-800: #7D5403;
--black-900: #503602;
--black-950: #322201;
}