Black
#2E2205
OrangeColor Codes
All color formats for development
HEX
#2E2205RGB
rgb(46, 34, 5)HSL
hsl(42, 80%, 10%)OKLCH
oklch(0.26 0.047 85.9)CMYK
cmyk(0%, 26%, 89%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#291E05
2#251B04
3#201804
4#1C1403
5#171103
6#120D02
7#0E0A02
8#090701
9#050301
Tints
Lighter variations
1#57400A
2#815E0E
3#AA7D13
4#D39B17
5#E8B130
6#EDC15A
7#F1D083
8#F6E0AC
9#FAEFD6
Tones
Muted variations
1#2C2107
2#2A2009
3#281F0B
4#261E0D
5#241E0F
6#221D11
7#201C13
8#1E1B15
9#1C1A17
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFA #FDFAF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF3 #FBF3DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8E8 #F8E8C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3D7 #F3D795 | BordersInactive statesPlaceholder text |
| 400 | EDC2 #EDC25E | Disabled statesSecondary iconsMuted text |
| 500 | E8B1 #E8B130 | Primary brand colorCTAsActive elementsLinks |
| 600 | CA94 #CA9416 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A176 #A17612 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7354 #73540D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4936 #493608 | Primary textHigh emphasis contentDark headings |
| 950 | 2E22 #2E2205 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FDFAF1;
--black-100: #FBF3DF;
--black-200: #F8E8C3;
--black-300: #F3D795;
--black-400: #EDC25E;
--black-500: #E8B130;
--black-600: #CA9416;
--black-700: #A17612;
--black-800: #73540D;
--black-900: #493608;
--black-950: #2E2205;
}