Black
#2E2805
YellowColor Codes
All color formats for development
HEX
#2E2805RGB
rgb(46, 40, 5)HSL
hsl(51, 80%, 10%)OKLCH
oklch(0.276 0.052 99.4)CMYK
cmyk(0%, 13%, 89%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#292405
2#252004
3#201C04
4#1C1803
5#171403
6#121002
7#0E0C02
8#090801
9#050401
Tints
Lighter variations
1#574C0A
2#816F0E
3#AA9313
4#D3B717
5#E8CD30
6#EDD75A
7#F1E183
8#F6EBAC
9#FAF5D6
Tones
Muted variations
1#2C2607
2#2A2509
3#28230B
4#26220D
5#24210F
6#221F11
7#201E13
8#1E1C15
9#1C1B17
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFC #FDFCF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF7 #FBF7DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8F0 #F8F0C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3E5 #F3E595 | BordersInactive statesPlaceholder text |
| 400 | EDD8 #EDD85E | Disabled statesSecondary iconsMuted text |
| 500 | E8CD #E8CD30 | Primary brand colorCTAsActive elementsLinks |
| 600 | CAAF #CAAF16 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A18B #A18B12 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7363 #73630D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4940 #494008 | Primary textHigh emphasis contentDark headings |
| 950 | 2E28 #2E2805 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FDFCF1;
--black-100: #FBF7DF;
--black-200: #F8F0C3;
--black-300: #F3E595;
--black-400: #EDD85E;
--black-500: #E8CD30;
--black-600: #CAAF16;
--black-700: #A18B12;
--black-800: #73630D;
--black-900: #494008;
--black-950: #2E2805;
}