Black
#2D2906
YellowColor Codes
All color formats for development
HEX
#2D2906RGB
rgb(45, 41, 6)HSL
hsl(54, 76%, 10%)OKLCH
oklch(0.277 0.052 102.8)CMYK
cmyk(0%, 9%, 87%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#282506
2#242105
3#1F1D04
4#1B1904
5#161503
6#121002
7#0D0C02
8#090801
9#040401
Tints
Lighter variations
1#554E0C
2#7E7311
3#A69817
4#CEBD1C
5#E3D235
6#E9DB5D
7#EEE486
8#F4EDAE
9#F9F6D7
Tones
Muted variations
1#2B2708
2#29260A
3#27240C
4#25230E
5#232110
6#212012
7#1F1E14
8#1D1D16
9#1B1B18
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFC #FDFCF2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF8 #FBF8E0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7F2 #F7F2C5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F1E8 #F1E898 | BordersInactive statesPlaceholder text |
| 400 | EADC #EADC62 | Disabled statesSecondary iconsMuted text |
| 500 | E3D2 #E3D235 | Primary brand colorCTAsActive elementsLinks |
| 600 | C5B4 #C5B41B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D90 #9D9015 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7067 #70670F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4842 #48420A | Primary textHigh emphasis contentDark headings |
| 950 | 2D29 #2D2906 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FDFCF2;
--black-100: #FBF8E0;
--black-200: #F7F2C5;
--black-300: #F1E898;
--black-400: #EADC62;
--black-500: #E3D235;
--black-600: #C5B41B;
--black-700: #9D9015;
--black-800: #70670F;
--black-900: #48420A;
--black-950: #2D2906;
}