Black
#331900
OrangeColor Codes
All color formats for development
HEX
#331900RGB
rgb(51, 25, 0)HSL
hsl(29, 100%, 10%)OKLCH
oklch(0.245 0.056 61.8)CMYK
cmyk(0%, 51%, 100%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2E1600
2#291400
3#241100
4#1F0F00
5#1A0C00
6#140A00
7#0F0700
8#0A0500
9#050200
Tints
Lighter variations
1#612F00
2#8F4500
3#BD5B00
4#EB7100
5#FF881A
6#FFA047
7#FFB875
8#FFD0A3
9#FFE7D1
Tones
Muted variations
1#301903
2#2E1905
3#2B1908
4#29190A
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 | FFED #FFEDDB | Light backgroundsTable row hoverSkeleton loading |
| 200 | FFDD #FFDDBD | Secondary backgroundsInput backgroundsDividers |
| 300 | FFC2 #FFC28A | BordersInactive statesPlaceholder text |
| 400 | FFA3 #FFA34D | Disabled statesSecondary iconsMuted text |
| 500 | FF88 #FF881A | Primary brand colorCTAsActive elementsLinks |
| 600 | E06C #E06C00 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B356 #B35600 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 803E #803E00 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5227 #522700 | Primary textHigh emphasis contentDark headings |
| 950 | 3319 #331900 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FFF7F0;
--black-100: #FFEDDB;
--black-200: #FFDDBD;
--black-300: #FFC28A;
--black-400: #FFA34D;
--black-500: #FF881A;
--black-600: #E06C00;
--black-700: #B35600;
--black-800: #803E00;
--black-900: #522700;
--black-950: #331900;
}