Black
#2E1205
OrangeColor Codes
All color formats for development
HEX
#2E1205RGB
rgb(46, 18, 5)HSL
hsl(19, 80%, 10%)OKLCH
oklch(0.222 0.051 45.1)CMYK
cmyk(0%, 61%, 89%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#291005
2#250E04
3#200D04
4#1C0B03
5#170903
6#120702
7#0E0502
8#090401
9#050201
Tints
Lighter variations
1#57220A
2#81320E
3#AA4313
4#D35317
5#E86B30
6#ED885A
7#F1A683
8#F6C4AC
9#FAE1D6
Tones
Muted variations
1#2C1307
2#2A1409
3#28140B
4#26150D
5#24160F
6#221711
7#201713
8#1E1815
9#1C1917
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF5 #FDF5F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE8 #FBE8DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8D4 #F8D4C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3B3 #F3B395 | BordersInactive statesPlaceholder text |
| 400 | ED8C #ED8C5E | Disabled statesSecondary iconsMuted text |
| 500 | E86B #E86B30 | Primary brand colorCTAsActive elementsLinks |
| 600 | CA4F #CA4F16 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A13F #A13F12 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 732D #732D0D | Text on light backgroundsHeadingsStrong borders |
| 900 | 491D #491D08 | Primary textHigh emphasis contentDark headings |
| 950 | 2E12 #2E1205 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FDF5F1;
--black-100: #FBE8DF;
--black-200: #F8D4C3;
--black-300: #F3B395;
--black-400: #ED8C5E;
--black-500: #E86B30;
--black-600: #CA4F16;
--black-700: #A13F12;
--black-800: #732D0D;
--black-900: #491D08;
--black-950: #2E1205;
}