Black
#2E2A05
YellowColor Codes
All color formats for development
HEX
#2E2A05RGB
rgb(46, 42, 5)HSL
hsl(54, 80%, 10%)OKLCH
oklch(0.281 0.054 103.1)CMYK
cmyk(0%, 9%, 89%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#292605
2#252104
3#201D04
4#1C1903
5#171503
6#121102
7#0E0D02
8#090801
9#050401
Tints
Lighter variations
1#574F0A
2#81750E
3#AA9B13
4#D3C017
5#E8D630
6#EDDE5A
7#F1E683
8#F6EEAC
9#FAF7D6
Tones
Muted variations
1#2C2807
2#2A2709
3#28250B
4#26230D
5#24220F
6#222011
7#201E13
8#1E1D15
9#1C1B17
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFC #FDFCF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF9 #FBF9DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8F3 #F8F3C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3EA #F3EA95 | BordersInactive statesPlaceholder text |
| 400 | EDDF #EDDF5E | Disabled statesSecondary iconsMuted text |
| 500 | E8D6 #E8D630 | Primary brand colorCTAsActive elementsLinks |
| 600 | CAB8 #CAB816 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A192 #A19212 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7369 #73690D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4943 #494308 | Primary textHigh emphasis contentDark headings |
| 950 | 2E2A #2E2A05 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FDFCF1;
--black-100: #FBF9DF;
--black-200: #F8F3C3;
--black-300: #F3EA95;
--black-400: #EDDF5E;
--black-500: #E8D630;
--black-600: #CAB816;
--black-700: #A19212;
--black-800: #73690D;
--black-900: #494308;
--black-950: #2E2A05;
}