Black
#2C2507
YellowColor Codes
All color formats for development
HEX
#2C2507RGB
rgb(44, 37, 7)HSL
hsl(49, 73%, 10%)OKLCH
oklch(0.265 0.046 96)CMYK
cmyk(0%, 16%, 84%, 83%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#282206
2#231E06
3#1F1A05
4#1A1604
5#161303
6#120F03
7#0D0B02
8#090701
9#040401
Tints
Lighter variations
1#54470D
2#7C6813
3#A38A19
4#CBAC20
5#E0C138
6#E6CE60
7#ECDA88
8#F3E6B0
9#F9F3D7
Tones
Muted variations
1#2A2409
2#28230B
3#27220C
4#25210E
5#231F10
6#211E12
7#1F1D14
8#1D1C16
9#1B1B18
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFB #FDFBF2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FAF5 #FAF5E0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6ED #F6EDC6 | Secondary backgroundsInput backgroundsDividers |
| 300 | EFDF #EFDF9A | BordersInactive statesPlaceholder text |
| 400 | E7CF #E7CF65 | Disabled statesSecondary iconsMuted text |
| 500 | E0C1 #E0C138 | Primary brand colorCTAsActive elementsLinks |
| 600 | C2A4 #C2A41E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A83 #9A8318 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E5D #6E5D11 | Text on light backgroundsHeadingsStrong borders |
| 900 | 473C #473C0B | Primary textHigh emphasis contentDark headings |
| 950 | 2C25 #2C2507 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FDFBF2;
--black-100: #FAF5E0;
--black-200: #F6EDC6;
--black-300: #EFDF9A;
--black-400: #E7CF65;
--black-500: #E0C138;
--black-600: #C2A41E;
--black-700: #9A8318;
--black-800: #6E5D11;
--black-900: #473C0B;
--black-950: #2C2507;
}