Black
#2F2A04
YellowColor Codes
All color formats for development
HEX
#2F2A04RGB
rgb(47, 42, 4)HSL
hsl(53, 84%, 10%)OKLCH
oklch(0.282 0.055 101.7)CMYK
cmyk(0%, 11%, 91%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2A2604
2#262203
3#211D03
4#1C1902
5#171502
6#131102
7#0E0D01
8#090801
9#050400
Tints
Lighter variations
1#595008
2#83750B
3#AE9B0F
4#D8C113
5#EDD62C
6#F0DE56
7#F4E680
8#F8EFAB
9#FBF7D5
Tones
Muted variations
1#2D2806
2#2B2708
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 | FEFC #FEFCF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCF9 #FCF9DE | Light backgroundsTable row hoverSkeleton loading |
| 200 | FAF3 #FAF3C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F6EA #F6EA93 | BordersInactive statesPlaceholder text |
| 400 | F1DF #F1DF5B | Disabled statesSecondary iconsMuted text |
| 500 | EDD6 #EDD62C | Primary brand colorCTAsActive elementsLinks |
| 600 | CEB8 #CEB812 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A493 #A4930E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7569 #75690A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B43 #4B4307 | Primary textHigh emphasis contentDark headings |
| 950 | 2F2A #2F2A04 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FEFCF1;
--black-100: #FCF9DE;
--black-200: #FAF3C2;
--black-300: #F6EA93;
--black-400: #F1DF5B;
--black-500: #EDD62C;
--black-600: #CEB812;
--black-700: #A4930E;
--black-800: #75690A;
--black-900: #4B4307;
--black-950: #2F2A04;
}