Black
#2C2307
YellowColor Codes
All color formats for development
HEX
#2C2307RGB
rgb(44, 35, 7)HSL
hsl(45, 73%, 10%)OKLCH
oklch(0.26 0.045 91.1)CMYK
cmyk(0%, 20%, 84%, 83%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#281F06
2#231C06
3#1F1805
4#1A1504
5#161103
6#120E03
7#0D0A02
8#090701
9#040301
Tints
Lighter variations
1#54420D
2#7C6113
3#A38119
4#CBA020
5#E0B638
6#E6C560
7#ECD388
8#F3E2B0
9#F9F0D7
Tones
Muted variations
1#2A2209
2#28210B
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 | FAF4 #FAF4E0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6EA #F6EAC6 | Secondary backgroundsInput backgroundsDividers |
| 300 | EFDA #EFDA9A | BordersInactive statesPlaceholder text |
| 400 | E7C6 #E7C665 | Disabled statesSecondary iconsMuted text |
| 500 | E0B6 #E0B638 | Primary brand colorCTAsActive elementsLinks |
| 600 | C299 #C2991E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A7A #9A7A18 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E57 #6E5711 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4738 #47380B | Primary textHigh emphasis contentDark headings |
| 950 | 2C23 #2C2307 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FDFAF2;
--black-100: #FAF4E0;
--black-200: #F6EAC6;
--black-300: #EFDA9A;
--black-400: #E7C665;
--black-500: #E0B638;
--black-600: #C2991E;
--black-700: #9A7A18;
--black-800: #6E5711;
--black-900: #47380B;
--black-950: #2C2307;
}