Black
#331100
OrangeColor Codes
All color formats for development
HEX
#331100RGB
rgb(51, 17, 0)HSL
hsl(20, 100%, 10%)OKLCH
oklch(0.229 0.063 47.6)CMYK
cmyk(0%, 67%, 100%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2E0F00
2#290E00
3#240C00
4#1F0A00
5#1A0900
6#140700
7#0F0500
8#0A0300
9#050200
Tints
Lighter variations
1#612000
2#8F3000
3#BD3F00
4#EB4E00
5#FF661A
6#FF8547
7#FFA375
8#FFC2A3
9#FFE0D1
Tones
Muted variations
1#301203
2#2E1305
3#2B1408
4#29140A
5#26150D
6#24160F
7#211712
8#1F1814
9#1C1917
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF5 #FFF5F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFE7 #FFE7DB | Light backgroundsTable row hoverSkeleton loading |
| 200 | FFD3 #FFD3BD | Secondary backgroundsInput backgroundsDividers |
| 300 | FFB1 #FFB18A | BordersInactive statesPlaceholder text |
| 400 | FF88 #FF884D | Disabled statesSecondary iconsMuted text |
| 500 | FF66 #FF661A | Primary brand colorCTAsActive elementsLinks |
| 600 | E04B #E04B00 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B33B #B33B00 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 802A #802A00 | Text on light backgroundsHeadingsStrong borders |
| 900 | 521B #521B00 | Primary textHigh emphasis contentDark headings |
| 950 | 3311 #331100 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FFF5F0;
--black-100: #FFE7DB;
--black-200: #FFD3BD;
--black-300: #FFB18A;
--black-400: #FF884D;
--black-500: #FF661A;
--black-600: #E04B00;
--black-700: #B33B00;
--black-800: #802A00;
--black-900: #521B00;
--black-950: #331100;
}