Black
#330E00
OrangeColor Codes
All color formats for development
HEX
#330E00RGB
rgb(51, 14, 0)HSL
hsl(16, 100%, 10%)OKLCH
oklch(0.223 0.066 43.5)CMYK
cmyk(0%, 73%, 100%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2E0C00
2#290B00
3#240A00
4#1F0800
5#1A0700
6#140500
7#0F0400
8#0A0300
9#050100
Tints
Lighter variations
1#611A00
2#8F2600
3#BD3200
4#EB3F00
5#FF571A
6#FF7847
7#FF9A75
8#FFBCA3
9#FFDDD1
Tones
Muted variations
1#300F03
2#2E1005
3#2B1108
4#29120A
5#26140D
6#24150F
7#211612
8#1F1714
9#1C1817
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF4 #FFF4F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFE5 #FFE5DB | Light backgroundsTable row hoverSkeleton loading |
| 200 | FFCE #FFCEBD | Secondary backgroundsInput backgroundsDividers |
| 300 | FFA9 #FFA98A | BordersInactive statesPlaceholder text |
| 400 | FF7C #FF7C4D | Disabled statesSecondary iconsMuted text |
| 500 | FF57 #FF571A | Primary brand colorCTAsActive elementsLinks |
| 600 | E03C #E03C00 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B330 #B33000 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 8022 #802200 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5216 #521600 | Primary textHigh emphasis contentDark headings |
| 950 | 330E #330E00 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FFF4F0;
--black-100: #FFE5DB;
--black-200: #FFCEBD;
--black-300: #FFA98A;
--black-400: #FF7C4D;
--black-500: #FF571A;
--black-600: #E03C00;
--black-700: #B33000;
--black-800: #802200;
--black-900: #521600;
--black-950: #330E00;
}