Black
#2E2705
YellowColor Codes
All color formats for development
HEX
#2E2705RGB
rgb(46, 39, 5)HSL
hsl(50, 80%, 10%)OKLCH
oklch(0.273 0.051 97.4)CMYK
cmyk(0%, 15%, 89%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#292305
2#251F04
3#201B04
4#1C1703
5#171403
6#121002
7#0E0C02
8#090801
9#050401
Tints
Lighter variations
1#574A0A
2#816D0E
3#AA9113
4#D3B417
5#E8C930
6#EDD45A
7#F1DF83
8#F6EAAC
9#FAF4D6
Tones
Muted variations
1#2C2607
2#2A2409
3#28230B
4#26220D
5#24200F
6#221F11
7#201E13
8#1E1C15
9#1C1B17
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFB #FDFBF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF7 #FBF7DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8F0 #F8F0C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3E4 #F3E495 | BordersInactive statesPlaceholder text |
| 400 | EDD5 #EDD55E | Disabled statesSecondary iconsMuted text |
| 500 | E8C9 #E8C930 | Primary brand colorCTAsActive elementsLinks |
| 600 | CAAC #CAAC16 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A189 #A18912 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7362 #73620D | Text on light backgroundsHeadingsStrong borders |
| 900 | 493F #493F08 | Primary textHigh emphasis contentDark headings |
| 950 | 2E27 #2E2705 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FDFBF1;
--black-100: #FBF7DF;
--black-200: #F8F0C3;
--black-300: #F3E495;
--black-400: #EDD55E;
--black-500: #E8C930;
--black-600: #CAAC16;
--black-700: #A18912;
--black-800: #73620D;
--black-900: #493F08;
--black-950: #2E2705;
}