Black
#331800
OrangeColor Codes
All color formats for development
HEX
#331800RGB
rgb(51, 24, 0)HSL
hsl(28, 100%, 10%)OKLCH
oklch(0.243 0.057 59.8)CMYK
cmyk(0%, 53%, 100%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2E1500
2#291300
3#241100
4#1F0E00
5#1A0C00
6#140A00
7#0F0700
8#0A0500
9#050200
Tints
Lighter variations
1#612D00
2#8F4300
3#BD5800
4#EB6D00
5#FF851A
6#FF9D47
7#FFB675
8#FFCEA3
9#FFE7D1
Tones
Muted variations
1#301803
2#2E1805
3#2B1808
4#29180A
5#26190D
6#24190F
7#211912
8#1F1914
9#1C1917
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF7 #FFF7F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFEC #FFECDB | Light backgroundsTable row hoverSkeleton loading |
| 200 | FFDC #FFDCBD | Secondary backgroundsInput backgroundsDividers |
| 300 | FFC0 #FFC08A | BordersInactive statesPlaceholder text |
| 400 | FFA0 #FFA04D | Disabled statesSecondary iconsMuted text |
| 500 | FF85 #FF851A | Primary brand colorCTAsActive elementsLinks |
| 600 | E069 #E06900 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B353 #B35300 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 803C #803C00 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5226 #522600 | Primary textHigh emphasis contentDark headings |
| 950 | 3318 #331800 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FFF7F0;
--black-100: #FFECDB;
--black-200: #FFDCBD;
--black-300: #FFC08A;
--black-400: #FFA04D;
--black-500: #FF851A;
--black-600: #E06900;
--black-700: #B35300;
--black-800: #803C00;
--black-900: #522600;
--black-950: #331800;
}