Black
#2D2306
YellowColor Codes
All color formats for development
HEX
#2D2306RGB
rgb(45, 35, 6)HSL
hsl(45, 76%, 10%)OKLCH
oklch(0.261 0.046 89.7)CMYK
cmyk(0%, 22%, 87%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#282006
2#241C05
3#1F1904
4#1B1504
5#161203
6#120E02
7#0D0B02
8#090701
9#040401
Tints
Lighter variations
1#55430C
2#7E6311
3#A68217
4#CEA21C
5#E3B835
6#E9C65D
7#EED486
8#F4E3AE
9#F9F1D7
Tones
Muted variations
1#2B2208
2#29210A
3#27200C
4#251F0E
5#231E10
6#211D12
7#1F1C14
8#1D1B16
9#1B1A18
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFA #FDFAF2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF4 #FBF4E0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7EA #F7EAC5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F1DB #F1DB98 | BordersInactive statesPlaceholder text |
| 400 | EAC8 #EAC862 | Disabled statesSecondary iconsMuted text |
| 500 | E3B8 #E3B835 | Primary brand colorCTAsActive elementsLinks |
| 600 | C59B #C59B1B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D7B #9D7B15 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7058 #70580F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4838 #48380A | Primary textHigh emphasis contentDark headings |
| 950 | 2D23 #2D2306 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FDFAF2;
--black-100: #FBF4E0;
--black-200: #F7EAC5;
--black-300: #F1DB98;
--black-400: #EAC862;
--black-500: #E3B835;
--black-600: #C59B1B;
--black-700: #9D7B15;
--black-800: #70580F;
--black-900: #48380A;
--black-950: #2D2306;
}