Black
#2C1E07
OrangeColor Codes
All color formats for development
HEX
#2C1E07RGB
rgb(44, 30, 7)HSL
hsl(37, 73%, 10%)OKLCH
oklch(0.247 0.042 77.2)CMYK
cmyk(0%, 32%, 84%, 83%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#281B06
2#231806
3#1F1505
4#1A1204
5#160F03
6#120C03
7#0D0902
8#090601
9#040301
Tints
Lighter variations
1#54390D
2#7C5413
3#A36E19
4#CB8920
5#E0A038
6#E6B360
7#ECC688
8#F3D9B0
9#F9ECD7
Tones
Muted variations
1#2A1D09
2#281D0B
3#271D0C
4#251C0E
5#231C10
6#211B12
7#1F1B14
8#1D1A16
9#1B1A18
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF9 #FDF9F2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FAF0 #FAF0E0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6E3 #F6E3C6 | Secondary backgroundsInput backgroundsDividers |
| 300 | EFCE #EFCE9A | BordersInactive statesPlaceholder text |
| 400 | E7B5 #E7B565 | Disabled statesSecondary iconsMuted text |
| 500 | E0A0 #E0A038 | Primary brand colorCTAsActive elementsLinks |
| 600 | C283 #C2831E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A68 #9A6818 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E4B #6E4B11 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4730 #47300B | Primary textHigh emphasis contentDark headings |
| 950 | 2C1E #2C1E07 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FDF9F2;
--black-100: #FAF0E0;
--black-200: #F6E3C6;
--black-300: #EFCE9A;
--black-400: #E7B565;
--black-500: #E0A038;
--black-600: #C2831E;
--black-700: #9A6818;
--black-800: #6E4B11;
--black-900: #47300B;
--black-950: #2C1E07;
}