Black
#2E2905
YellowColor Codes
All color formats for development
HEX
#2E2905RGB
rgb(46, 41, 5)HSL
hsl(53, 80%, 10%)OKLCH
oklch(0.278 0.053 101.3)CMYK
cmyk(0%, 11%, 89%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#292505
2#252104
3#201D04
4#1C1903
5#171503
6#121002
7#0E0C02
8#090801
9#050401
Tints
Lighter variations
1#574E0A
2#81730E
3#AA9813
4#D3BD17
5#E8D330
6#EDDC5A
7#F1E483
8#F6EDAC
9#FAF6D6
Tones
Muted variations
1#2C2807
2#2A2609
3#28240B
4#26230D
5#24210F
6#222011
7#201E13
8#1E1D15
9#1C1B17
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFC #FDFCF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF8 #FBF8DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8F2 #F8F2C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3E8 #F3E895 | BordersInactive statesPlaceholder text |
| 400 | EDDC #EDDC5E | Disabled statesSecondary iconsMuted text |
| 500 | E8D3 #E8D330 | Primary brand colorCTAsActive elementsLinks |
| 600 | CAB5 #CAB516 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A190 #A19012 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7367 #73670D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4942 #494208 | Primary textHigh emphasis contentDark headings |
| 950 | 2E29 #2E2905 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FDFCF1;
--black-100: #FBF8DF;
--black-200: #F8F2C3;
--black-300: #F3E895;
--black-400: #EDDC5E;
--black-500: #E8D330;
--black-600: #CAB516;
--black-700: #A19012;
--black-800: #73670D;
--black-900: #494208;
--black-950: #2E2905;
}