Black
#2C1107
OrangeColor Codes
All color formats for development
HEX
#2C1107RGB
rgb(44, 17, 7)HSL
hsl(16, 73%, 10%)OKLCH
oklch(0.217 0.048 40.9)CMYK
cmyk(0%, 61%, 84%, 83%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#280F06
2#230D06
3#1F0C05
4#1A0A04
5#160803
6#120703
7#0D0502
8#090301
9#040201
Tints
Lighter variations
1#54200D
2#7C2F13
3#A33E19
4#CB4D20
5#E06538
6#E68460
7#ECA388
8#F3C1B0
9#F9E0D7
Tones
Muted variations
1#2A1209
2#28130B
3#27130C
4#25140E
5#231510
6#211612
7#1F1714
8#1D1816
9#1B1918
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF5 #FDF5F2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FAE7 #FAE7E0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6D3 #F6D3C6 | Secondary backgroundsInput backgroundsDividers |
| 300 | EFB0 #EFB09A | BordersInactive statesPlaceholder text |
| 400 | E787 #E78765 | Disabled statesSecondary iconsMuted text |
| 500 | E065 #E06538 | Primary brand colorCTAsActive elementsLinks |
| 600 | C24A #C24A1E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A3B #9A3B18 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E2A #6E2A11 | Text on light backgroundsHeadingsStrong borders |
| 900 | 471B #471B0B | Primary textHigh emphasis contentDark headings |
| 950 | 2C11 #2C1107 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FDF5F2;
--black-100: #FAE7E0;
--black-200: #F6D3C6;
--black-300: #EFB09A;
--black-400: #E78765;
--black-500: #E06538;
--black-600: #C24A1E;
--black-700: #9A3B18;
--black-800: #6E2A11;
--black-900: #471B0B;
--black-950: #2C1107;
}