Black
#2F2604
YellowColor Codes
All color formats for development
HEX
#2F2604RGB
rgb(47, 38, 4)HSL
hsl(47, 84%, 10%)OKLCH
oklch(0.271 0.051 93.9)CMYK
cmyk(0%, 19%, 91%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2A2204
2#261E03
3#211A03
4#1C1702
5#171302
6#130F02
7#0E0B01
8#090801
9#050400
Tints
Lighter variations
1#594808
2#83690B
3#AE8B0F
4#D8AD13
5#EDC32C
6#F0CF56
7#F4DB80
8#F8E7AB
9#FBF3D5
Tones
Muted variations
1#2D2406
2#2B2308
3#28220B
4#26210D
5#24200F
6#221E11
7#201D13
8#1E1C15
9#1C1B17
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFB #FEFBF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCF6 #FCF6DE | Light backgroundsTable row hoverSkeleton loading |
| 200 | FAEE #FAEEC2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F6E0 #F6E093 | BordersInactive statesPlaceholder text |
| 400 | F1D0 #F1D05B | Disabled statesSecondary iconsMuted text |
| 500 | EDC3 #EDC32C | Primary brand colorCTAsActive elementsLinks |
| 600 | CEA6 #CEA612 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A484 #A4840E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 755E #755E0A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B3C #4B3C07 | Primary textHigh emphasis contentDark headings |
| 950 | 2F26 #2F2604 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FEFBF1;
--black-100: #FCF6DE;
--black-200: #FAEEC2;
--black-300: #F6E093;
--black-400: #F1D05B;
--black-500: #EDC32C;
--black-600: #CEA612;
--black-700: #A4840E;
--black-800: #755E0A;
--black-900: #4B3C07;
--black-950: #2F2604;
}