Black
#2F2804
YellowColor Codes
All color formats for development
HEX
#2F2804RGB
rgb(47, 40, 4)HSL
hsl(50, 84%, 10%)OKLCH
oklch(0.277 0.053 98)CMYK
cmyk(0%, 15%, 91%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2A2404
2#262003
3#211C03
4#1C1802
5#171402
6#131002
7#0E0C01
8#090801
9#050400
Tints
Lighter variations
1#594C08
2#836F0B
3#AE930F
4#D8B713
5#EDCD2C
6#F0D756
7#F4E180
8#F8EBAB
9#FBF5D5
Tones
Muted variations
1#2D2606
2#2B2508
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 | FEFC #FEFCF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCF7 #FCF7DE | Light backgroundsTable row hoverSkeleton loading |
| 200 | FAF0 #FAF0C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F6E5 #F6E593 | BordersInactive statesPlaceholder text |
| 400 | F1D8 #F1D85B | Disabled statesSecondary iconsMuted text |
| 500 | EDCD #EDCD2C | Primary brand colorCTAsActive elementsLinks |
| 600 | CEAF #CEAF12 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A48B #A48B0E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7563 #75630A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B40 #4B4007 | Primary textHigh emphasis contentDark headings |
| 950 | 2F28 #2F2804 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FEFCF1;
--black-100: #FCF7DE;
--black-200: #FAF0C2;
--black-300: #F6E593;
--black-400: #F1D85B;
--black-500: #EDCD2C;
--black-600: #CEAF12;
--black-700: #A48B0E;
--black-800: #75630A;
--black-900: #4B4007;
--black-950: #2F2804;
}