Black
#331D00
OrangeColor Codes
All color formats for development
HEX
#331D00RGB
rgb(51, 29, 0)HSL
hsl(34, 100%, 10%)OKLCH
oklch(0.254 0.055 70.1)CMYK
cmyk(0%, 43%, 100%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2E1A00
2#291700
3#241400
4#1F1100
5#1A0E00
6#140C00
7#0F0900
8#0A0600
9#050300
Tints
Lighter variations
1#613700
2#8F5100
3#BD6B00
4#EB8500
5#FF9C1A
6#FFAF47
7#FFC375
8#FFD7A3
9#FFEBD1
Tones
Muted variations
1#301D03
2#2E1C05
3#2B1C08
4#291C0A
5#261B0D
6#241B0F
7#211B12
8#1F1A14
9#1C1A17
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF8 #FFF8F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFF0 #FFF0DB | Light backgroundsTable row hoverSkeleton loading |
| 200 | FFE2 #FFE2BD | Secondary backgroundsInput backgroundsDividers |
| 300 | FFCC #FFCC8A | BordersInactive statesPlaceholder text |
| 400 | FFB2 #FFB24D | Disabled statesSecondary iconsMuted text |
| 500 | FF9C #FF9C1A | Primary brand colorCTAsActive elementsLinks |
| 600 | E07F #E07F00 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B365 #B36500 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 8048 #804800 | Text on light backgroundsHeadingsStrong borders |
| 900 | 522E #522E00 | Primary textHigh emphasis contentDark headings |
| 950 | 331D #331D00 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FFF8F0;
--black-100: #FFF0DB;
--black-200: #FFE2BD;
--black-300: #FFCC8A;
--black-400: #FFB24D;
--black-500: #FF9C1A;
--black-600: #E07F00;
--black-700: #B36500;
--black-800: #804800;
--black-900: #522E00;
--black-950: #331D00;
}