Black
#331C00
OrangeColor Codes
All color formats for development
HEX
#331C00RGB
rgb(51, 28, 0)HSL
hsl(33, 100%, 10%)OKLCH
oklch(0.252 0.055 68)CMYK
cmyk(0%, 45%, 100%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2E1900
2#291600
3#241400
4#1F1100
5#1A0E00
6#140B00
7#0F0800
8#0A0600
9#050300
Tints
Lighter variations
1#613500
2#8F4F00
3#BD6800
4#EB8100
5#FF981A
6#FFAC47
7#FFC175
8#FFD6A3
9#FFEAD1
Tones
Muted variations
1#301C03
2#2E1C05
3#2B1B08
4#291B0A
5#261B0D
6#241B0F
7#211A12
8#1F1A14
9#1C1A17
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF8 #FFF8F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFEF #FFEFDB | Light backgroundsTable row hoverSkeleton loading |
| 200 | FFE1 #FFE1BD | Secondary backgroundsInput backgroundsDividers |
| 300 | FFCA #FFCA8A | BordersInactive statesPlaceholder text |
| 400 | FFAF #FFAF4D | Disabled statesSecondary iconsMuted text |
| 500 | FF98 #FF981A | Primary brand colorCTAsActive elementsLinks |
| 600 | E07B #E07B00 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B362 #B36200 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 8046 #804600 | Text on light backgroundsHeadingsStrong borders |
| 900 | 522D #522D00 | Primary textHigh emphasis contentDark headings |
| 950 | 331C #331C00 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FFF8F0;
--black-100: #FFEFDB;
--black-200: #FFE1BD;
--black-300: #FFCA8A;
--black-400: #FFAF4D;
--black-500: #FF981A;
--black-600: #E07B00;
--black-700: #B36200;
--black-800: #804600;
--black-900: #522D00;
--black-950: #331C00;
}