Black
#331E00
OrangeColor Codes
All color formats for development
HEX
#331E00RGB
rgb(51, 30, 0)HSL
hsl(35, 100%, 10%)OKLCH
oklch(0.256 0.055 72.3)CMYK
cmyk(0%, 41%, 100%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2E1B00
2#291800
3#241500
4#1F1200
5#1A0F00
6#140C00
7#0F0900
8#0A0600
9#050300
Tints
Lighter variations
1#613900
2#8F5300
3#BD6E00
4#EB8900
5#FF9F1A
6#FFB347
7#FFC675
8#FFD9A3
9#FFECD1
Tones
Muted variations
1#301D03
2#2E1D05
3#2B1C08
4#291C0A
5#261C0D
6#241B0F
7#211B12
8#1F1A14
9#1C1A17
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF9 #FFF9F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFF0 #FFF0DB | Light backgroundsTable row hoverSkeleton loading |
| 200 | FFE3 #FFE3BD | Secondary backgroundsInput backgroundsDividers |
| 300 | FFCE #FFCE8A | BordersInactive statesPlaceholder text |
| 400 | FFB5 #FFB54D | Disabled statesSecondary iconsMuted text |
| 500 | FF9F #FF9F1A | Primary brand colorCTAsActive elementsLinks |
| 600 | E083 #E08300 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B368 #B36800 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 804A #804A00 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5230 #523000 | Primary textHigh emphasis contentDark headings |
| 950 | 331E #331E00 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FFF9F0;
--black-100: #FFF0DB;
--black-200: #FFE3BD;
--black-300: #FFCE8A;
--black-400: #FFB54D;
--black-500: #FF9F1A;
--black-600: #E08300;
--black-700: #B36800;
--black-800: #804A00;
--black-900: #523000;
--black-950: #331E00;
}