Black
#2C2207
OrangeColor Codes
All color formats for development
HEX
#2C2207RGB
rgb(44, 34, 7)HSL
hsl(44, 73%, 10%)OKLCH
oklch(0.257 0.044 88.5)CMYK
cmyk(0%, 23%, 84%, 83%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#281F06
2#231B06
3#1F1805
4#1A1504
5#161103
6#120E03
7#0D0A02
8#090701
9#040301
Tints
Lighter variations
1#54410D
2#7C6013
3#A37E19
4#CB9D20
5#E0B338
6#E6C260
7#ECD288
8#F3E1B0
9#F9F0D7
Tones
Muted variations
1#2A2109
2#28200B
3#27200C
4#251F0E
5#231E10
6#211D12
7#1F1C14
8#1D1B16
9#1B1A18
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFA #FDFAF2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FAF3 #FAF3E0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6E9 #F6E9C6 | Secondary backgroundsInput backgroundsDividers |
| 300 | EFD8 #EFD89A | BordersInactive statesPlaceholder text |
| 400 | E7C4 #E7C465 | Disabled statesSecondary iconsMuted text |
| 500 | E0B3 #E0B338 | Primary brand colorCTAsActive elementsLinks |
| 600 | C296 #C2961E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A78 #9A7818 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E55 #6E5511 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4737 #47370B | Primary textHigh emphasis contentDark headings |
| 950 | 2C22 #2C2207 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FDFAF2;
--black-100: #FAF3E0;
--black-200: #F6E9C6;
--black-300: #EFD89A;
--black-400: #E7C465;
--black-500: #E0B338;
--black-600: #C2961E;
--black-700: #9A7818;
--black-800: #6E5511;
--black-900: #47370B;
--black-950: #2C2207;
}